lp.unit
Class EvolutionStableModel
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<StableModel>
lp.unit.EvolutionStableModel
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<StableModel>, Collection<StableModel>, List<StableModel>, RandomAccess
public class EvolutionStableModel
- extends ArrayList<StableModel>
Represents an evolution stable model, i.e. a sequence of stable models.
- Version:
- 1.0.0
- Author:
- Martin Slota
- See Also:
StableModel
,
Serialized Form
Constructor Summary |
EvolutionStableModel()
Creates a new instance of EvolutionStableModel . |
EvolutionStableModel(int initialCapacity)
Creates a new instance of EvolutionStableModel with the given
initial capacity. |
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
EvolutionStableModel
public EvolutionStableModel()
- Creates a new instance of
EvolutionStableModel
.
EvolutionStableModel
public EvolutionStableModel(int initialCapacity)
- Creates a new instance of
EvolutionStableModel
with the given
initial capacity.
- Parameters:
initialCapacity
- the initial capacity of this ArrayList