| Package | Description |
|---|---|
| com.tangosol.util |
Contains various generic utilities.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConditionalIndex
ConditionalIndex is a
MapIndex implementation that uses an associated
filter to evaluate whether or not an entry should be indexed. |
| Modifier and Type | Field | Description |
|---|---|---|
protected SimpleMapIndex |
SimpleMapIndex.IndexCalculator.m_index
The container index.
|
| Constructor | Description |
|---|---|
IndexCalculator(BackingMapContext ctx,
SimpleMapIndex index)
Construct an IndexCalculator which allows for conversion of items into
a serialized format.
|