Package org.opt4j.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.common.archive.AdaptiveGridArchive.Cell
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<Individual>
,Collection<Individual>
,Set<Individual>
- Enclosing class:
- AdaptiveGridArchive
protected static class AdaptiveGridArchive.Cell extends 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.LinkedHashSet
spliterator
-
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Constructor Detail
-
Cell
public Cell(long identifier)
Constructs theAdaptiveGridArchive.Cell
with theidentifier
.- Parameters:
identifier
- the indentifier
-
-