|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.evolvica.core.AbstractIndividualList
org.evolvica.core.IndividualList
Default implementation of an individual list. This class uses aa LinkedList as underlying collection class.
Field Summary |
Fields inherited from class org.evolvica.core.AbstractIndividualList |
list |
Constructor Summary | |
IndividualList()
Constructor. |
|
IndividualList(IIndividualSet set)
Copy Constructor. |
Methods inherited from class org.evolvica.core.AbstractIndividualList |
add, add, clear, contains, isEmpty, iterator, remove, remove, size, toArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IndividualList()
public IndividualList(IIndividualSet set)
set
- set of individuals that are copied to this set
|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |