Class AbstractBufferIndex<TYPE,​FILTER>

java.lang.Object
org.teamapps.universaldb.index.AbstractIndex<TYPE,​FILTER>
org.teamapps.universaldb.index.AbstractBufferIndex<TYPE,​FILTER>
All Implemented Interfaces:
ColumnIndex<TYPE,​FILTER>, MappedObject
Direct Known Subclasses:
BooleanIndex, DoubleIndex, FloatIndex, IntegerIndex, LongIndex, ShortIndex, SingleReferenceIndex

public abstract class AbstractBufferIndex<TYPE,​FILTER>
extends AbstractIndex<TYPE,​FILTER>