Class StringLongMapCodec

java.lang.Object
io.deephaven.util.codec.MapCodec<String,V>
io.deephaven.util.codec.StringLongMapCodec
com.illumon.util.codec.StringLongMapCodec
All Implemented Interfaces:
ObjectCodec<Map<String,Long>>, io.deephaven.util.codec.ObjectCodec<Map<String,Long>>, io.deephaven.util.codec.ObjectDecoder<Map<String,Long>>

@Deprecated public class StringLongMapCodec extends io.deephaven.util.codec.StringLongMapCodec implements ObjectCodec<Map<String,Long>>
Deprecated.
use StringLongMapCodec
  • Field Summary

    Fields inherited from interface io.deephaven.util.codec.ObjectDecoder

    VARIABLE_WIDTH_SENTINEL
  • Constructor Summary

    Constructors
    Constructor
    Description
    StringLongMapCodec(@Nullable String arguments)
    Deprecated.
     
  • Method Summary

    Methods inherited from class io.deephaven.util.codec.MapCodec

    decode, decode, encode, expectedObjectWidth, getPrecision, getScale, isNullable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.deephaven.util.codec.ObjectCodec

    encode, getPrecision, getScale, isNullable

    Methods inherited from interface io.deephaven.util.codec.ObjectDecoder

    checkWidth, decode, decode, expectedObjectWidth
  • Constructor Details

    • StringLongMapCodec

      public StringLongMapCodec(@Nullable @Nullable String arguments)
      Deprecated.