|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuka.util.IntSet
| Field Summary | |
(package private) IntIDMap |
map
|
(package private) IntQueue |
unusedIDs
|
| Constructor Summary | |
IntSet()
|
|
| Method Summary | |
boolean |
add(int value)
|
void |
clear()
|
boolean |
contains(int value)
|
int |
getSize()
|
boolean |
isEmpty()
|
IntIterator |
iterator()
|
boolean |
remove(int value)
|
EnlargingIntArray |
toArray(EnlargingIntArray a)
|
int[] |
toArray(int[] a)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
IntIDMap map
IntQueue unusedIDs
| Constructor Detail |
public IntSet()
| Method Detail |
public boolean add(int value)
public boolean isEmpty()
public int getSize()
public boolean contains(int value)
public boolean remove(int value)
public void clear()
public EnlargingIntArray toArray(EnlargingIntArray a)
public IntIterator iterator()
public int[] toArray(int[] a)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||