Class 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 single AdaptiveGridArchive.Cell of the grid.
See Also:
  • Field Details

    • identifier

      protected final long identifier
  • Constructor Details

    • Cell

      public Cell(long identifier)
      Constructs the AdaptiveGridArchive.Cell with the identifier.
      Parameters:
      identifier - the indentifier
  • Method Details

    • getIdentifier

      public long getIdentifier()
      Returns the identifier.
      Returns:
      the identifier