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