Interface KeyedCellCollection<K extends Comparable<K>>

All Superinterfaces:
CellCollection, Collection<Cell<?>>, Iterable<Cell<?>>
All Known Subinterfaces:
Record<K>
All Known Implementing Classes:
AbstractRecord, KeyedCellCollection.Detached, KeyedCellCollection.SubsetView

public interface KeyedCellCollection<K extends Comparable<K>> extends CellCollection