Class Object2ObjectHashMap.EntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K, V>>, Set<Map.Entry<K, V>>
- Enclosing class:
Object2ObjectHashMap<K,V>
An entry set implementation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
add, addAll, containsAll, remove, retainAll, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface Set
add, addAll, containsAll, remove, retainAll, spliterator
-
Field Details
-
entryIterator
-
-
Constructor Details
-
EntrySet
public EntrySet()Create a new instance.
-
-
Method Details