Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

org.evolvica.core
Class IndividualArray

java.lang.Object
  extended byorg.evolvica.core.AbstractIndividualList
      extended byorg.evolvica.core.IndividualArray
All Implemented Interfaces:
IIndividualSet, java.io.Serializable

public class IndividualArray
extends AbstractIndividualList

Default implementation of an individual array. This class uses an ArrayList as underlying collection class.

Since:
0.4.0
Version:
$Revision: 1.6 $ $Date: 2004/05/26 11:57:55 $
Author:
Andreas Rummler
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.evolvica.core.AbstractIndividualList
list
 
Constructor Summary
IndividualArray()
          Constructor.
IndividualArray(IIndividualSet set)
          Copy Constructor.
IndividualArray(int size)
          Constructor with size.
 
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

IndividualArray

public IndividualArray()
Constructor.


IndividualArray

public IndividualArray(int size)
Constructor with size.

Parameters:
size - initial size of the array

IndividualArray

public IndividualArray(IIndividualSet set)
Copy Constructor.

Parameters:
set - set of individuals that are copied to this set

Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

Copyright © 2000-2004 Technical University of Ilmenau, Department Electronic Circuits and Systems