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<Double,List<Double>,DoubleArrayFieldKey>
io.datarouter.model.field.imp.array.DoubleArrayField
- All Implemented Interfaces:
ByteEncodedField<List<Double>>,StringEncodedField<List<Double>>,Field<List<Double>>,Comparable<Field<List<Double>>>
public class DoubleArrayField extends BaseListField<Double,List<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, List<Double> value) -
Method Summary
Modifier and Type Method Description List<Double>fromBytesButDoNotSet(byte[] bytes, int byteOffset)byte[]getBytes()intnumBytesWithSeparator(byte[] bytes, int byteOffset)List<Double>parseStringEncodedValueButDoNotSet(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
-
getBytes
public byte[] getBytes() -
fromBytesButDoNotSet
-
numBytesWithSeparator
public int numBytesWithSeparator(byte[] bytes, int byteOffset)
-