Uses of Enum Class
com.tangosol.util.SimpleMapIndex.IndexCalculator.CalculatorState
Packages that use SimpleMapIndex.IndexCalculator.CalculatorState
-
Uses of SimpleMapIndex.IndexCalculator.CalculatorState in com.tangosol.util
Fields in com.tangosol.util declared as SimpleMapIndex.IndexCalculator.CalculatorStateModifier and TypeFieldDescriptionSimpleMapIndex.IndexCalculator.m_state
TheSimpleMapIndex.IndexCalculator.CalculatorState
of this calculator.Methods in com.tangosol.util that return SimpleMapIndex.IndexCalculator.CalculatorStateModifier and TypeMethodDescriptionSimpleMapIndex.IndexCalculator.getCalculatorState
(Class clz) Determine which method to use to count the size of an instance of the specified class.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).Returns the enum constant of this class with the specified name.SimpleMapIndex.IndexCalculator.CalculatorState.values()
Returns an array containing the constants of this enum class, in the order they are declared.