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