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
-
-
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 Detail
-
SortEntry
public SortEntry(int id)
-
SortEntry
public SortEntry(int id, int leafId)
-
SortEntry
public SortEntry(int id, int leafId, ENTITY entity)
-
-
Method Detail
-
getId
public int getId()
-
getLeafId
public int getLeafId()
-
getEntity
public ENTITY getEntity()
-
setEntity
public void setEntity(ENTITY entity)
-
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)
-
-