gnu.trove
protected class THashMap.KeyView extends Object implements Set
Nested Class Summary | |
---|---|
protected class | THashMap.KeyView.EntryIterator |
Method Summary | |
---|---|
boolean | add(Object obj) |
boolean | addAll(Collection collection) |
void | clear() |
boolean | contains(Object key) |
boolean | containsAll(Collection collection) |
boolean | isEmpty() |
Iterator | iterator() |
boolean | remove(Object key) |
boolean | removeAll(Collection collection) |
boolean | retainAll(Collection collection) |
int | size() |
Object[] | toArray() |
Object[] | toArray(Object[] a) |