Package com.illumon.util.codec
Class StringIntMapCodec
java.lang.Object
io.deephaven.util.codec.MapCodec<String,V>
io.deephaven.util.codec.StringIntMapCodec
com.illumon.util.codec.StringIntMapCodec
- All Implemented Interfaces:
ObjectCodec<Map<String,,Integer>> io.deephaven.util.codec.ObjectCodec<Map<String,,Integer>> io.deephaven.util.codec.ObjectDecoder<Map<String,Integer>>
@Deprecated
public class StringIntMapCodec
extends io.deephaven.util.codec.StringIntMapCodec
implements ObjectCodec<Map<String,Integer>>
Deprecated.
-
Field Summary
Fields inherited from interface io.deephaven.util.codec.ObjectDecoder
VARIABLE_WIDTH_SENTINEL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.deephaven.util.codec.MapCodec
decode, decode, encode, expectedObjectWidth, getPrecision, getScale, isNullableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.util.codec.ObjectCodec
encode, getPrecision, getScale, isNullableMethods inherited from interface io.deephaven.util.codec.ObjectDecoder
checkWidth, decode, decode, expectedObjectWidth
-
Constructor Details
-
StringIntMapCodec
Deprecated.
-
StringIntMapCodec