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