Package org.apache.commons.beanutils
Class WeakFastHashMap.Values
- java.lang.Object
-
- org.apache.commons.beanutils.WeakFastHashMap.CollectionView<V>
-
- org.apache.commons.beanutils.WeakFastHashMap.Values
-
- All Implemented Interfaces:
java.lang.Iterable<V>
,java.util.Collection<V>
- Enclosing class:
- WeakFastHashMap<K,V>
private class WeakFastHashMap.Values extends WeakFastHashMap.CollectionView<V>
Collection implementation over the values of the FastHashMap
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Values()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection<V>
get(java.util.Map<K,V> map)
protected V
iteratorNext(java.util.Map.Entry<K,V> entry)
-
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
-
-
-
-
Method Detail
-
get
protected java.util.Collection<V> get(java.util.Map<K,V> map)
- Specified by:
get
in classWeakFastHashMap.CollectionView<V>
-
iteratorNext
protected V iteratorNext(java.util.Map.Entry<K,V> entry)
- Specified by:
iteratorNext
in classWeakFastHashMap.CollectionView<V>
-
-