Class BaseListField<V extends Comparable<V>,​L extends List<V>,​K extends ListFieldKey<V,​L,​K>>

java.lang.Object
io.datarouter.model.field.BaseField<L>
io.datarouter.model.field.imp.array.KeyedListField<V,​L,​K>
io.datarouter.model.field.BaseListField<V,​L,​K>
All Implemented Interfaces:
ByteEncodedField<L>, StringEncodedField<L>, Field<L>, Comparable<Field<L>>
Direct Known Subclasses:
BooleanArrayField, DoubleArrayField, IntegerArrayField, UInt63ArrayField, UInt7ArrayField

public abstract class BaseListField<V extends Comparable<V>,​L extends List<V>,​K extends ListFieldKey<V,​L,​K>>
extends KeyedListField<V,​L,​K>