Package org.teamapps.universaldb.index
Class SortEntry<ENTITY extends Entity>
java.lang.Object
org.teamapps.universaldb.index.SortEntry<ENTITY>
public class SortEntry<ENTITY extends Entity>
extends java.lang.Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description static java.util.List<SortEntry>createSortEntries(java.util.BitSet records, SingleReferenceIndex... path)static <ENTITY extends Entity>
java.util.List<SortEntry<ENTITY>>createSortEntries(java.util.List<ENTITY> entities, SingleReferenceIndex... path)ENTITYgetEntity()intgetId()intgetLeafId()voidsetEntity(ENTITY entity)
-
Constructor Details
-
Method Details
-
getId
public int getId() -
getLeafId
public int getLeafId() -
getEntity
-
setEntity
-
createSortEntries
public static <ENTITY extends Entity> java.util.List<SortEntry<ENTITY>> createSortEntries(java.util.List<ENTITY> entities, SingleReferenceIndex... path) -
createSortEntries
public static java.util.List<SortEntry> createSortEntries(java.util.BitSet records, SingleReferenceIndex... path)
-