Interface UnmodMap.UnEntry<K,​V>

  • All Superinterfaces:
    Map.Entry<K,​V>
    All Known Implementing Classes:
    Tuple2
    Enclosing interface:
    UnmodMap<K,​V>

    public static interface UnmodMap.UnEntry<K,​V>
    extends Map.Entry<K,​V>
    A map entry (key-value pair). The UnmodMap.entrySet method returns a collection-view of the map, whose elements are of this class. The only way to obtain a reference to a map entry is from the iterator of this collection-view.
    See Also:
    UnmodMap.entrySet()