Class KeyedCellCollection.Detached<K extends Comparable<K>>

java.lang.Object
java.util.AbstractCollection<Cell<?>>
com.terracottatech.store.KeyedCellCollection.Detached<K>
Type Parameters:
K - the key type
All Implemented Interfaces:
CellCollection, KeyedCellCollection<K>, Iterable<Cell<?>>, Collection<Cell<?>>
Enclosing interface:
KeyedCellCollection<K extends Comparable<K>>

public static class KeyedCellCollection.Detached<K extends Comparable<K>> extends AbstractCollection<Cell<?>> implements KeyedCellCollection<K>
An isolated (from any dataset) keyed cell collection.