Package | Description |
---|---|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Field | Description |
---|---|---|
protected SimpleMapIndex.IndexCalculator.CalculatorState |
SimpleMapIndex.IndexCalculator.m_state
The
SimpleMapIndex.IndexCalculator.CalculatorState of this calculator. |
Modifier and Type | Method | Description |
---|---|---|
protected SimpleMapIndex.IndexCalculator.CalculatorState |
SimpleMapIndex.IndexCalculator.getCalculatorState(Class clz)
Determine which method to use to count the size of an instance of the
specified class.
|
|
protected SimpleMapIndex.IndexCalculator.CalculatorState |
SimpleMapIndex.IndexCalculator.initialize(Object o)
Initialize the calculator based on the type of the specified object
assuming that the indexed values are homogeneous (of the same type).
|
|
static SimpleMapIndex.IndexCalculator.CalculatorState |
SimpleMapIndex.IndexCalculator.CalculatorState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
|
static SimpleMapIndex.IndexCalculator.CalculatorState[] |
SimpleMapIndex.IndexCalculator.CalculatorState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|