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