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.Cellof the grid.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected longidentifier
-
Constructor Summary
Constructors Constructor Description Cell(long identifier)Constructs theAdaptiveGridArchive.Cellwith theidentifier.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetIdentifier()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.Cellwith theidentifier.- Parameters:
identifier- the indentifier
-
-