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