Class DoubleArrayField
java.lang.Object
io.datarouter.model.field.BaseField<L>
io.datarouter.model.field.imp.array.KeyedListField<V,L,K>
io.datarouter.model.field.BaseListField<java.lang.Double,java.util.List<java.lang.Double>,DoubleArrayFieldKey>
io.datarouter.model.field.imp.array.DoubleArrayField
- All Implemented Interfaces:
ByteEncodedField<java.util.List<java.lang.Double>>,StringEncodedField<java.util.List<java.lang.Double>>,Field<java.util.List<java.lang.Double>>,java.lang.Comparable<Field<java.util.List<java.lang.Double>>>
public class DoubleArrayField extends BaseListField<java.lang.Double,java.util.List<java.lang.Double>,DoubleArrayFieldKey>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.datarouter.model.field.BaseField
BaseField.FieldColumnNameComparator -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoubleArrayField(DoubleArrayFieldKey key, java.util.List<java.lang.Double> value) -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.Double>fromBytesButDoNotSet(byte[] bytes, int byteOffset)byte[]getBytes()intnumBytesWithSeparator(byte[] bytes, int byteOffset)java.util.List<java.lang.Double>parseStringEncodedValueButDoNotSet(java.lang.String value)Methods inherited from class io.datarouter.model.field.imp.array.KeyedListField
compareTo, getKey, getValues, sizeMethods inherited from class io.datarouter.model.field.BaseField
fromBytesWithSeparatorButDoNotSet, fromString, getBytesWithSeparator, getPrefix, getPrefixedName, getPreparedStatementValue, getValue, getValueHashCode, getValueString, setPrefix, setUsingReflection, setValue, toString
-
Constructor Details
-
Method Details
-
parseStringEncodedValueButDoNotSet
public java.util.List<java.lang.Double> parseStringEncodedValueButDoNotSet(java.lang.String value) -
getBytes
public byte[] getBytes() -
fromBytesButDoNotSet
public java.util.List<java.lang.Double> fromBytesButDoNotSet(byte[] bytes, int byteOffset) -
numBytesWithSeparator
public int numBytesWithSeparator(byte[] bytes, int byteOffset)
-