org.axiondb.engine.rowcollection
private class IntHashMap.Keys extends Object implements IntCollection
Method Summary | |
---|---|
boolean | add(int id) |
boolean | addAll(IntCollection c) |
void | clear() |
boolean | contains(int id) |
boolean | containsAll(IntCollection c) |
boolean | isEmpty() |
IntIterator | iterator() |
boolean | remove(int id) |
boolean | removeAll(IntCollection c) |
boolean | removeElement(int element) |
boolean | retainAll(IntCollection c) |
int | size() |
int[] | toArray() |
int[] | toArray(int[] a) |