Class BaseListField<V extends java.lang.Comparable<V>,​L extends java.util.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>, java.lang.Comparable<Field<L>>
Direct Known Subclasses:
BooleanArrayField, DoubleArrayField, IntegerArrayField, UInt63ArrayField, UInt7ArrayField

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