Package org.apache.commons.beanutils
Class WeakFastHashMap.Values
java.lang.Object
WeakFastHashMap<K,V>.org.apache.commons.beanutils.WeakFastHashMap.CollectionView<V>
org.apache.commons.beanutils.WeakFastHashMap.Values
- All Implemented Interfaces:
Iterable<V>
,Collection<V>
- Enclosing class:
WeakFastHashMap<K,
V>
Collection implementation over the values of the FastHashMap
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.beanutils.WeakFastHashMap.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, spliterator, stream
-
Constructor Details
-
Values
private Values()
-
-
Method Details
-
get
- Specified by:
get
in classWeakFastHashMap<K,
V>.CollectionView<V>
-
iteratorNext
- Specified by:
iteratorNext
in classWeakFastHashMap<K,
V>.CollectionView<V>
-