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

java.lang.Object
java.util.AbstractCollection<Cell<?>>
com.terracottatech.store.CellCollection.SubsetView
com.terracottatech.store.KeyedCellCollection.SubsetView<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.SubsetView<K extends Comparable<K>> extends CellCollection.SubsetView implements KeyedCellCollection<K>
A subset view of a keyed cell collection.