private class WeakFastHashMap.Values extends WeakFastHashMap.CollectionView<V>
Modifier | Constructor and Description |
---|---|
private |
Values() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<V> |
get(java.util.Map<K,V> map) |
protected V |
iteratorNext(java.util.Map.Entry<K,V> entry) |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
protected java.util.Collection<V> get(java.util.Map<K,V> map)
get
in class WeakFastHashMap.CollectionView<V>
protected V iteratorNext(java.util.Map.Entry<K,V> entry)
iteratorNext
in class WeakFastHashMap.CollectionView<V>
Copyright (c) 2000-2008 - Apache Software Foundation