Package org.apache.commons.collections
Class FastHashMap.Values
java.lang.Object
org.apache.commons.collections.FastHashMap.CollectionView
org.apache.commons.collections.FastHashMap.Values
- All Implemented Interfaces:
Iterable,Collection
- Enclosing class:
FastHashMap
Collection implementation over the values of the FastHashMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collectionprotected ObjectiteratorNext(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, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, spliterator, stream
-
Constructor Details
-
Values
private Values()
-
-
Method Details
-
get
- Specified by:
getin classFastHashMap.CollectionView
-
iteratorNext
- Specified by:
iteratorNextin classFastHashMap.CollectionView
-