Package org.apache.commons.collections
Class FastHashMap.EntrySet
java.lang.Object
org.apache.commons.collections.FastHashMap.CollectionView
org.apache.commons.collections.FastHashMap.EntrySet
- All Implemented Interfaces:
Iterable
,Collection
,Set
- Enclosing class:
- FastHashMap
Set implementation over the entries of the FastHashMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection
protected Object
iteratorNext
(Map.Entry entry) Methods inherited from class org.apache.commons.collections.FastHashMap.CollectionView
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
Constructor Details
-
EntrySet
private EntrySet()
-
-
Method Details
-
get
- Specified by:
get
in classFastHashMap.CollectionView
-
iteratorNext
- Specified by:
iteratorNext
in classFastHashMap.CollectionView
-