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
- Since:
- Commons Collections 1.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class WeakFastHashMap.CollectionView
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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>
-