Interface TypeHandlerPair<M, K extends KeyHandler<K>, V extends ValueHandler<V>>
interface TypeHandlerPair<M, K extends KeyHandler<K>, V extends ValueHandler<V>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteBooleanMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Boolean> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteByteMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Byte> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteCharMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Char> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteDoubleMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Double> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteFloatMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Float> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteIntMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Int> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteLongMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Long> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteObjectMap<Object>, PrimitiveKVHandler.Byte, RefValueHandler> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteShortMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Short> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharBooleanMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Boolean> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharByteMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Byte> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharCharMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Char> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharDoubleMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Double> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharFloatMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Float> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharIntMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Int> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharLongMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Long> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharObjectMap<Object>, PrimitiveKVHandler.Char, RefValueHandler> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharShortMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Short> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleBooleanMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Boolean> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleByteMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Byte> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleCharMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Char> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleDoubleMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Double> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleFloatMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Float> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleIntMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Int> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleLongMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Long> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap<Object>, PrimitiveKVHandler.Double, RefValueHandler> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleShortMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Short> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatBooleanMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Boolean> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatByteMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Byte> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatCharMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Char> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatDoubleMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Double> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatFloatMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Float> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatIntMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Int> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatLongMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Long> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<Object>, PrimitiveKVHandler.Float, RefValueHandler> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatShortMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Short> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntBooleanMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Boolean> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntByteMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Byte> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntCharMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Char> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntDoubleMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Double> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntFloatMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Float> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntIntMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Int> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntLongMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Long> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntObjectMap<Object>, PrimitiveKVHandler.Int, RefValueHandler> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntShortMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Short> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongBooleanMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Boolean> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongByteMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Byte> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongCharMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Char> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongDoubleMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Double> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongFloatMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Float> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongIntMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Int> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongLongMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Long> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongObjectMap<Object>, PrimitiveKVHandler.Long, RefValueHandler> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongShortMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Short> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap<Object>, RefKeyHandler, PrimitiveKVHandler.Boolean> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectByteMap<Object>, RefKeyHandler, PrimitiveKVHandler.Byte> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectCharMap<Object>, RefKeyHandler, PrimitiveKVHandler.Char> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<Object>, RefKeyHandler, PrimitiveKVHandler.Double> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectFloatMap<Object>, RefKeyHandler, PrimitiveKVHandler.Float> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectIntMap<Object>, RefKeyHandler, PrimitiveKVHandler.Int> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectLongMap<Object>, RefKeyHandler, PrimitiveKVHandler.Long> static final TypeHandlerPair<org.eclipse.collections.api.map.MutableMap<Object, Object>, RefKeyHandler, RefValueHandler> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectShortMap<Object>, RefKeyHandler, PrimitiveKVHandler.Short> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortBooleanMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Boolean> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortByteMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Byte> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortCharMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Char> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortDoubleMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Double> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortFloatMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Float> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortIntMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Int> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortLongMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Long> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortObjectMap<Object>, PrimitiveKVHandler.Short, RefValueHandler> static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortShortMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Short> -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(M target, K kh, V vh, com.fasterxml.jackson.databind.DeserializationContext ctx, String k, com.fasterxml.jackson.core.JsonParser v) keyHandler(com.fasterxml.jackson.databind.JavaType type) valueHandler(com.fasterxml.jackson.databind.JavaType type)
-
Field Details
-
OBJECT_OBJECT
static final TypeHandlerPair<org.eclipse.collections.api.map.MutableMap<Object,Object>, RefKeyHandler, RefValueHandler> OBJECT_OBJECT -
OBJECT_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap<Object>, RefKeyHandler, PrimitiveKVHandler.Boolean> OBJECT_BOOLEAN -
OBJECT_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectByteMap<Object>, RefKeyHandler, PrimitiveKVHandler.Byte> OBJECT_BYTE -
OBJECT_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectShortMap<Object>, RefKeyHandler, PrimitiveKVHandler.Short> OBJECT_SHORT -
OBJECT_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectCharMap<Object>, RefKeyHandler, PrimitiveKVHandler.Char> OBJECT_CHAR -
OBJECT_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectIntMap<Object>, RefKeyHandler, PrimitiveKVHandler.Int> OBJECT_INT -
OBJECT_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectFloatMap<Object>, RefKeyHandler, PrimitiveKVHandler.Float> OBJECT_FLOAT -
OBJECT_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectLongMap<Object>, RefKeyHandler, PrimitiveKVHandler.Long> OBJECT_LONG -
OBJECT_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<Object>, RefKeyHandler, PrimitiveKVHandler.Double> OBJECT_DOUBLE -
BYTE_OBJECT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteObjectMap<Object>, PrimitiveKVHandler.Byte, RefValueHandler> BYTE_OBJECT -
SHORT_OBJECT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortObjectMap<Object>, PrimitiveKVHandler.Short, RefValueHandler> SHORT_OBJECT -
CHAR_OBJECT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharObjectMap<Object>, PrimitiveKVHandler.Char, RefValueHandler> CHAR_OBJECT -
INT_OBJECT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntObjectMap<Object>, PrimitiveKVHandler.Int, RefValueHandler> INT_OBJECT -
FLOAT_OBJECT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<Object>, PrimitiveKVHandler.Float, RefValueHandler> FLOAT_OBJECT -
LONG_OBJECT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongObjectMap<Object>, PrimitiveKVHandler.Long, RefValueHandler> LONG_OBJECT -
DOUBLE_OBJECT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap<Object>, PrimitiveKVHandler.Double, RefValueHandler> DOUBLE_OBJECT -
BYTE_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteBooleanMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Boolean> BYTE_BOOLEAN -
BYTE_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteByteMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Byte> BYTE_BYTE -
BYTE_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteShortMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Short> BYTE_SHORT -
BYTE_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteCharMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Char> BYTE_CHAR -
BYTE_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteIntMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Int> BYTE_INT -
BYTE_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteFloatMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Float> BYTE_FLOAT -
BYTE_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteLongMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Long> BYTE_LONG -
BYTE_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteDoubleMap, PrimitiveKVHandler.Byte, PrimitiveKVHandler.Double> BYTE_DOUBLE -
SHORT_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortBooleanMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Boolean> SHORT_BOOLEAN -
SHORT_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortByteMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Byte> SHORT_BYTE -
SHORT_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortShortMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Short> SHORT_SHORT -
SHORT_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortCharMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Char> SHORT_CHAR -
SHORT_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortIntMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Int> SHORT_INT -
SHORT_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortFloatMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Float> SHORT_FLOAT -
SHORT_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortLongMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Long> SHORT_LONG -
SHORT_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortDoubleMap, PrimitiveKVHandler.Short, PrimitiveKVHandler.Double> SHORT_DOUBLE -
CHAR_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharBooleanMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Boolean> CHAR_BOOLEAN -
CHAR_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharByteMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Byte> CHAR_BYTE -
CHAR_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharShortMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Short> CHAR_SHORT -
CHAR_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharCharMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Char> CHAR_CHAR -
CHAR_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharIntMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Int> CHAR_INT -
CHAR_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharFloatMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Float> CHAR_FLOAT -
CHAR_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharLongMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Long> CHAR_LONG -
CHAR_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharDoubleMap, PrimitiveKVHandler.Char, PrimitiveKVHandler.Double> CHAR_DOUBLE -
INT_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntBooleanMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Boolean> INT_BOOLEAN -
INT_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntByteMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Byte> INT_BYTE -
INT_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntShortMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Short> INT_SHORT -
INT_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntCharMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Char> INT_CHAR -
INT_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntIntMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Int> INT_INT -
INT_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntFloatMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Float> INT_FLOAT -
INT_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntLongMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Long> INT_LONG -
INT_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntDoubleMap, PrimitiveKVHandler.Int, PrimitiveKVHandler.Double> INT_DOUBLE -
FLOAT_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatBooleanMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Boolean> FLOAT_BOOLEAN -
FLOAT_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatByteMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Byte> FLOAT_BYTE -
FLOAT_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatShortMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Short> FLOAT_SHORT -
FLOAT_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatCharMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Char> FLOAT_CHAR -
FLOAT_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatIntMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Int> FLOAT_INT -
FLOAT_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatFloatMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Float> FLOAT_FLOAT -
FLOAT_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatLongMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Long> FLOAT_LONG -
FLOAT_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatDoubleMap, PrimitiveKVHandler.Float, PrimitiveKVHandler.Double> FLOAT_DOUBLE -
LONG_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongBooleanMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Boolean> LONG_BOOLEAN -
LONG_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongByteMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Byte> LONG_BYTE -
LONG_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongShortMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Short> LONG_SHORT -
LONG_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongCharMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Char> LONG_CHAR -
LONG_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongIntMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Int> LONG_INT -
LONG_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongFloatMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Float> LONG_FLOAT -
LONG_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongLongMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Long> LONG_LONG -
LONG_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongDoubleMap, PrimitiveKVHandler.Long, PrimitiveKVHandler.Double> LONG_DOUBLE -
DOUBLE_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleBooleanMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Boolean> DOUBLE_BOOLEAN -
DOUBLE_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleByteMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Byte> DOUBLE_BYTE -
DOUBLE_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleShortMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Short> DOUBLE_SHORT -
DOUBLE_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleCharMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Char> DOUBLE_CHAR -
DOUBLE_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleIntMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Int> DOUBLE_INT -
DOUBLE_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleFloatMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Float> DOUBLE_FLOAT -
DOUBLE_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleLongMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Long> DOUBLE_LONG -
DOUBLE_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleDoubleMap, PrimitiveKVHandler.Double, PrimitiveKVHandler.Double> DOUBLE_DOUBLE
-
-
Method Details
-
keyHandler
-
valueHandler
-
createEmpty
M createEmpty() -
add
void add(M target, K kh, V vh, com.fasterxml.jackson.databind.DeserializationContext ctx, String k, com.fasterxml.jackson.core.JsonParser v) throws IOException - Throws:
IOException
-