Class IntegerArrayField
java.lang.Object
io.datarouter.model.field.BaseField<L>
io.datarouter.model.field.imp.array.KeyedListField<V,L,K>
io.datarouter.model.field.BaseListField<Integer,List<Integer>,IntegerArrayFieldKey>
io.datarouter.model.field.imp.array.IntegerArrayField
- All Implemented Interfaces:
ByteEncodedField<List<Integer>>,StringEncodedField<List<Integer>>,Field<List<Integer>>,Comparable<Field<List<Integer>>>
public class IntegerArrayField extends BaseListField<Integer,List<Integer>,IntegerArrayFieldKey>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.datarouter.model.field.BaseField
BaseField.FieldColumnNameComparator -
Field Summary
-
Constructor Summary
Constructors Constructor Description IntegerArrayField(IntegerArrayFieldKey key, List<Integer> value) -
Method Summary
Modifier and Type Method Description List<Integer>fromBytesButDoNotSet(byte[] bytes, int byteOffset)byte[]getBytes()intnumBytesWithSeparator(byte[] bytes, int byteOffset)List<Integer>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)
-