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