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, toArrayclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitprotected 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>