gov.nasa.javaGenes.evolvableDoubleList
Class Indices
java.lang.Object
gov.nasa.javaGenes.evolvableDoubleList.Indices
- All Implemented Interfaces:
- java.io.Serializable
- public class Indices
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Indices()
under normal conditions this constructor is used |
Indices(int evolvableSize,
int modulo)
for testing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
indices
protected ExtendedTreeSet indices
Indices
public Indices()
- under normal conditions this constructor is used
Indices
public Indices(int evolvableSize,
int modulo)
- for testing
addIndex
public void addIndex(int value)
getFirstIndex
public int getFirstIndex()
remove
public void remove(int index)
getArray
public int[] getArray()
size
public int size()
addAll
public void addAll(int size)
isEqual
public boolean isEqual(Indices other)