Package org.teamapps.universaldb.index
Klasse SortEntry<ENTITY extends Entity>
java.lang.Object
org.teamapps.universaldb.index.SortEntry<ENTITY>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcreateSortEntries(BitSet records, SingleReferenceIndex... path) createSortEntries(List<ENTITY> entities, SingleReferenceIndex... path) intgetId()intvoid
-
Konstruktordetails
-
SortEntry
public SortEntry(int id) -
SortEntry
public SortEntry(int id, int leafId) -
SortEntry
-
-
Methodendetails
-
getId
public int getId() -
getLeafId
public int getLeafId() -
getEntity
-
setEntity
-
createSortEntries
public static <ENTITY extends Entity> List<SortEntry<ENTITY>> createSortEntries(List<ENTITY> entities, SingleReferenceIndex... path) -
createSortEntries
-