private class FastTreeMap.EntrySet extends FastTreeMap.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, toArrayclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitprotected java.util.Collection get(java.util.Map map)
get in class FastTreeMap.CollectionViewprotected java.lang.Object iteratorNext(java.util.Map.Entry entry)
iteratorNext in class FastTreeMap.CollectionView