|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractSet
org.axiondb.util.IntHashMap.IntKeySet
Constructor Summary | |
IntHashMap.IntKeySet()
|
Method Summary | |
void |
clear()
|
boolean |
contains(int k)
|
org.apache.commons.collections.primitives.IntIterator |
intIterator()
|
Iterator |
iterator()
|
boolean |
remove(int k)
|
int |
size()
|
Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
add, addAll, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
add, addAll, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray |
Constructor Detail |
public IntHashMap.IntKeySet()
Method Detail |
public void clear()
public boolean contains(int k)
public org.apache.commons.collections.primitives.IntIterator intIterator()
public Iterator iterator()
public boolean remove(int k)
public int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |