Class AbstractRecord<K extends Comparable<K>>

java.lang.Object
java.util.AbstractCollection<Cell<?>>
com.terracottatech.store.AbstractRecord<K>
Type Parameters:
K - record key type.
All Implemented Interfaces:
CellCollection, KeyedCellCollection<K>, Record<K>, Iterable<Cell<?>>, Collection<Cell<?>>

public abstract class AbstractRecord<K extends Comparable<K>> extends AbstractCollection<Cell<?>> implements Record<K>
A useful partial implementation of Record.