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, 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, toArray
-
Constructor Details
-
Values
private Values()
-
-
Method Details
-
get
- Specified by:
getin classWeakFastHashMap<K,V>.CollectionView<V>
-
iteratorNext
- Specified by:
iteratorNextin classWeakFastHashMap<K,V>.CollectionView<V>
-