Class StringFloatMapCodec

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

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

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

    VARIABLE_WIDTH_SENTINEL
  • Constructor Summary

    Constructors
    Constructor
    Description
    StringFloatMapCodec(@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

    • StringFloatMapCodec

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