org.apache.commons.collections.map
protected static class AbstractHashedMap.KeySet extends AbstractSet
Field Summary | |
---|---|
protected AbstractHashedMap | parent The parent map |
Constructor Summary | |
---|---|
protected | KeySet(AbstractHashedMap parent) |
Method Summary | |
---|---|
void | clear() |
boolean | contains(Object key) |
Iterator | iterator() |
boolean | remove(Object key) |
int | size() |