Package org.opt4j.core.common.archive
Class AdaptiveGridArchive.Cell
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<E>
-
- java.util.LinkedHashSet<Individual>
-
- org.opt4j.core.common.archive.AdaptiveGridArchive.Cell
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<Individual>
,java.util.Collection<Individual>
,java.util.Set<Individual>
- Enclosing class:
- AdaptiveGridArchive
protected static class AdaptiveGridArchive.Cell extends java.util.LinkedHashSet<Individual>
A singleAdaptiveGridArchive.Cell
of the grid.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected long
identifier
-
Constructor Summary
Constructors Constructor Description Cell(long identifier)
Constructs theAdaptiveGridArchive.Cell
with theidentifier
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getIdentifier()
Returns theidentifier
.-
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
-
-
-
Constructor Detail
-
Cell
public Cell(long identifier)
Constructs theAdaptiveGridArchive.Cell
with theidentifier
.- Parameters:
identifier
- the indentifier
-
-