private class FastHashMap.EntrySet extends FastHashMap.CollectionView implements java.util.Set
Modifier | Constructor and Description |
---|---|
private |
EntrySet() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection |
get(java.util.Map map) |
protected java.lang.Object |
iteratorNext(java.util.Map.Entry 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 get(java.util.Map map)
get
in class FastHashMap.CollectionView
protected java.lang.Object iteratorNext(java.util.Map.Entry entry)
iteratorNext
in class FastHashMap.CollectionView