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 TypeMethodDescriptionvoid
add
(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>, OBJECT_OBJECTRefKeyHandler, RefValueHandler> -
OBJECT_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap<Object>,RefKeyHandler, OBJECT_BOOLEANPrimitiveKVHandler.Boolean> -
OBJECT_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectByteMap<Object>,RefKeyHandler, OBJECT_BYTEPrimitiveKVHandler.Byte> -
OBJECT_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectShortMap<Object>,RefKeyHandler, OBJECT_SHORTPrimitiveKVHandler.Short> -
OBJECT_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectCharMap<Object>,RefKeyHandler, OBJECT_CHARPrimitiveKVHandler.Char> -
OBJECT_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectIntMap<Object>,RefKeyHandler, OBJECT_INTPrimitiveKVHandler.Int> -
OBJECT_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectFloatMap<Object>,RefKeyHandler, OBJECT_FLOATPrimitiveKVHandler.Float> -
OBJECT_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectLongMap<Object>,RefKeyHandler, OBJECT_LONGPrimitiveKVHandler.Long> -
OBJECT_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap<Object>,RefKeyHandler, OBJECT_DOUBLEPrimitiveKVHandler.Double> -
BYTE_OBJECT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteObjectMap<Object>,PrimitiveKVHandler.Byte, BYTE_OBJECTRefValueHandler> -
SHORT_OBJECT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortObjectMap<Object>,PrimitiveKVHandler.Short, SHORT_OBJECTRefValueHandler> -
CHAR_OBJECT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharObjectMap<Object>,PrimitiveKVHandler.Char, CHAR_OBJECTRefValueHandler> -
INT_OBJECT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntObjectMap<Object>,PrimitiveKVHandler.Int, INT_OBJECTRefValueHandler> -
FLOAT_OBJECT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatObjectMap<Object>,PrimitiveKVHandler.Float, FLOAT_OBJECTRefValueHandler> -
LONG_OBJECT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongObjectMap<Object>,PrimitiveKVHandler.Long, LONG_OBJECTRefValueHandler> -
DOUBLE_OBJECT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleObjectMap<Object>,PrimitiveKVHandler.Double, DOUBLE_OBJECTRefValueHandler> -
BYTE_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteBooleanMap,PrimitiveKVHandler.Byte, BYTE_BOOLEANPrimitiveKVHandler.Boolean> -
BYTE_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteByteMap,PrimitiveKVHandler.Byte, BYTE_BYTEPrimitiveKVHandler.Byte> -
BYTE_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteShortMap,PrimitiveKVHandler.Byte, BYTE_SHORTPrimitiveKVHandler.Short> -
BYTE_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteCharMap,PrimitiveKVHandler.Byte, BYTE_CHARPrimitiveKVHandler.Char> -
BYTE_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteIntMap,PrimitiveKVHandler.Byte, BYTE_INTPrimitiveKVHandler.Int> -
BYTE_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteFloatMap,PrimitiveKVHandler.Byte, BYTE_FLOATPrimitiveKVHandler.Float> -
BYTE_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteLongMap,PrimitiveKVHandler.Byte, BYTE_LONGPrimitiveKVHandler.Long> -
BYTE_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableByteDoubleMap,PrimitiveKVHandler.Byte, BYTE_DOUBLEPrimitiveKVHandler.Double> -
SHORT_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortBooleanMap,PrimitiveKVHandler.Short, SHORT_BOOLEANPrimitiveKVHandler.Boolean> -
SHORT_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortByteMap,PrimitiveKVHandler.Short, SHORT_BYTEPrimitiveKVHandler.Byte> -
SHORT_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortShortMap,PrimitiveKVHandler.Short, SHORT_SHORTPrimitiveKVHandler.Short> -
SHORT_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortCharMap,PrimitiveKVHandler.Short, SHORT_CHARPrimitiveKVHandler.Char> -
SHORT_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortIntMap,PrimitiveKVHandler.Short, SHORT_INTPrimitiveKVHandler.Int> -
SHORT_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortFloatMap,PrimitiveKVHandler.Short, SHORT_FLOATPrimitiveKVHandler.Float> -
SHORT_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortLongMap,PrimitiveKVHandler.Short, SHORT_LONGPrimitiveKVHandler.Long> -
SHORT_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableShortDoubleMap,PrimitiveKVHandler.Short, SHORT_DOUBLEPrimitiveKVHandler.Double> -
CHAR_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharBooleanMap,PrimitiveKVHandler.Char, CHAR_BOOLEANPrimitiveKVHandler.Boolean> -
CHAR_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharByteMap,PrimitiveKVHandler.Char, CHAR_BYTEPrimitiveKVHandler.Byte> -
CHAR_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharShortMap,PrimitiveKVHandler.Char, CHAR_SHORTPrimitiveKVHandler.Short> -
CHAR_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharCharMap,PrimitiveKVHandler.Char, CHAR_CHARPrimitiveKVHandler.Char> -
CHAR_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharIntMap,PrimitiveKVHandler.Char, CHAR_INTPrimitiveKVHandler.Int> -
CHAR_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharFloatMap,PrimitiveKVHandler.Char, CHAR_FLOATPrimitiveKVHandler.Float> -
CHAR_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharLongMap,PrimitiveKVHandler.Char, CHAR_LONGPrimitiveKVHandler.Long> -
CHAR_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableCharDoubleMap,PrimitiveKVHandler.Char, CHAR_DOUBLEPrimitiveKVHandler.Double> -
INT_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntBooleanMap,PrimitiveKVHandler.Int, INT_BOOLEANPrimitiveKVHandler.Boolean> -
INT_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntByteMap,PrimitiveKVHandler.Int, INT_BYTEPrimitiveKVHandler.Byte> -
INT_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntShortMap,PrimitiveKVHandler.Int, INT_SHORTPrimitiveKVHandler.Short> -
INT_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntCharMap,PrimitiveKVHandler.Int, INT_CHARPrimitiveKVHandler.Char> -
INT_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntIntMap,PrimitiveKVHandler.Int, INT_INTPrimitiveKVHandler.Int> -
INT_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntFloatMap,PrimitiveKVHandler.Int, INT_FLOATPrimitiveKVHandler.Float> -
INT_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntLongMap,PrimitiveKVHandler.Int, INT_LONGPrimitiveKVHandler.Long> -
INT_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableIntDoubleMap,PrimitiveKVHandler.Int, INT_DOUBLEPrimitiveKVHandler.Double> -
FLOAT_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatBooleanMap,PrimitiveKVHandler.Float, FLOAT_BOOLEANPrimitiveKVHandler.Boolean> -
FLOAT_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatByteMap,PrimitiveKVHandler.Float, FLOAT_BYTEPrimitiveKVHandler.Byte> -
FLOAT_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatShortMap,PrimitiveKVHandler.Float, FLOAT_SHORTPrimitiveKVHandler.Short> -
FLOAT_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatCharMap,PrimitiveKVHandler.Float, FLOAT_CHARPrimitiveKVHandler.Char> -
FLOAT_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatIntMap,PrimitiveKVHandler.Float, FLOAT_INTPrimitiveKVHandler.Int> -
FLOAT_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatFloatMap,PrimitiveKVHandler.Float, FLOAT_FLOATPrimitiveKVHandler.Float> -
FLOAT_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatLongMap,PrimitiveKVHandler.Float, FLOAT_LONGPrimitiveKVHandler.Long> -
FLOAT_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableFloatDoubleMap,PrimitiveKVHandler.Float, FLOAT_DOUBLEPrimitiveKVHandler.Double> -
LONG_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongBooleanMap,PrimitiveKVHandler.Long, LONG_BOOLEANPrimitiveKVHandler.Boolean> -
LONG_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongByteMap,PrimitiveKVHandler.Long, LONG_BYTEPrimitiveKVHandler.Byte> -
LONG_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongShortMap,PrimitiveKVHandler.Long, LONG_SHORTPrimitiveKVHandler.Short> -
LONG_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongCharMap,PrimitiveKVHandler.Long, LONG_CHARPrimitiveKVHandler.Char> -
LONG_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongIntMap,PrimitiveKVHandler.Long, LONG_INTPrimitiveKVHandler.Int> -
LONG_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongFloatMap,PrimitiveKVHandler.Long, LONG_FLOATPrimitiveKVHandler.Float> -
LONG_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongLongMap,PrimitiveKVHandler.Long, LONG_LONGPrimitiveKVHandler.Long> -
LONG_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableLongDoubleMap,PrimitiveKVHandler.Long, LONG_DOUBLEPrimitiveKVHandler.Double> -
DOUBLE_BOOLEAN
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleBooleanMap,PrimitiveKVHandler.Double, DOUBLE_BOOLEANPrimitiveKVHandler.Boolean> -
DOUBLE_BYTE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleByteMap,PrimitiveKVHandler.Double, DOUBLE_BYTEPrimitiveKVHandler.Byte> -
DOUBLE_SHORT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleShortMap,PrimitiveKVHandler.Double, DOUBLE_SHORTPrimitiveKVHandler.Short> -
DOUBLE_CHAR
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleCharMap,PrimitiveKVHandler.Double, DOUBLE_CHARPrimitiveKVHandler.Char> -
DOUBLE_INT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleIntMap,PrimitiveKVHandler.Double, DOUBLE_INTPrimitiveKVHandler.Int> -
DOUBLE_FLOAT
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleFloatMap,PrimitiveKVHandler.Double, DOUBLE_FLOATPrimitiveKVHandler.Float> -
DOUBLE_LONG
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleLongMap,PrimitiveKVHandler.Double, DOUBLE_LONGPrimitiveKVHandler.Long> -
DOUBLE_DOUBLE
static final TypeHandlerPair<org.eclipse.collections.api.map.primitive.MutableDoubleDoubleMap,PrimitiveKVHandler.Double, DOUBLE_DOUBLEPrimitiveKVHandler.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
-