Class SortEntry<ENTITY extends Entity>


  • public class SortEntry<ENTITY extends Entity>
    extends java.lang.Object
    • 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)