Uses of Class
org.teamapps.universaldb.index.SortEntry
-
-
-
Uses of SortEntry in org.teamapps.universaldb.index
Methods in org.teamapps.universaldb.index that return types with arguments of type SortEntry Modifier and Type Method Description static java.util.List<SortEntry>SortEntry. createSortEntries(java.util.BitSet records, SingleReferenceIndex... path)static <ENTITY extends Entity>
java.util.List<SortEntry<ENTITY>>SortEntry. createSortEntries(java.util.List<ENTITY> entities, SingleReferenceIndex... path)java.util.List<SortEntry>ColumnIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)java.util.List<SortEntry>TableIndex. sortRecords(java.lang.String columnName, java.util.BitSet records, boolean ascending, SingleReferenceIndex... path)Method parameters in org.teamapps.universaldb.index with type arguments of type SortEntry Modifier and Type Method Description java.util.List<SortEntry>ColumnIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending) -
Uses of SortEntry in org.teamapps.universaldb.index.binary
Methods in org.teamapps.universaldb.index.binary that return types with arguments of type SortEntry Modifier and Type Method Description java.util.List<SortEntry>BinaryIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)Method parameters in org.teamapps.universaldb.index.binary with type arguments of type SortEntry Modifier and Type Method Description java.util.List<SortEntry>BinaryIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending) -
Uses of SortEntry in org.teamapps.universaldb.index.bool
Methods in org.teamapps.universaldb.index.bool that return types with arguments of type SortEntry Modifier and Type Method Description java.util.List<SortEntry>BooleanIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)Method parameters in org.teamapps.universaldb.index.bool with type arguments of type SortEntry Modifier and Type Method Description java.util.List<SortEntry>BooleanIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending) -
Uses of SortEntry in org.teamapps.universaldb.index.file
Methods in org.teamapps.universaldb.index.file that return types with arguments of type SortEntry Modifier and Type Method Description java.util.List<SortEntry>FileIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)Method parameters in org.teamapps.universaldb.index.file with type arguments of type SortEntry Modifier and Type Method Description java.util.List<SortEntry>FileIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending) -
Uses of SortEntry in org.teamapps.universaldb.index.numeric
Methods in org.teamapps.universaldb.index.numeric that return types with arguments of type SortEntry Modifier and Type Method Description java.util.List<SortEntry>DoubleIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)java.util.List<SortEntry>FloatIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)java.util.List<SortEntry>IntegerIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)java.util.List<SortEntry>LongIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)java.util.List<SortEntry>ShortIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)Method parameters in org.teamapps.universaldb.index.numeric with type arguments of type SortEntry Modifier and Type Method Description java.util.List<SortEntry>DoubleIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)java.util.List<SortEntry>FloatIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)java.util.List<SortEntry>IntegerIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)java.util.List<SortEntry>LongIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)java.util.List<SortEntry>ShortIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending) -
Uses of SortEntry in org.teamapps.universaldb.index.reference.multi
Methods in org.teamapps.universaldb.index.reference.multi that return types with arguments of type SortEntry Modifier and Type Method Description java.util.List<SortEntry>MultiReferenceIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)Method parameters in org.teamapps.universaldb.index.reference.multi with type arguments of type SortEntry Modifier and Type Method Description java.util.List<SortEntry>MultiReferenceIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending) -
Uses of SortEntry in org.teamapps.universaldb.index.reference.single
Methods in org.teamapps.universaldb.index.reference.single that return types with arguments of type SortEntry Modifier and Type Method Description java.util.List<SortEntry>SingleReferenceIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)Method parameters in org.teamapps.universaldb.index.reference.single with type arguments of type SortEntry Modifier and Type Method Description java.util.List<SortEntry>SingleReferenceIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending) -
Uses of SortEntry in org.teamapps.universaldb.index.text
Methods in org.teamapps.universaldb.index.text that return types with arguments of type SortEntry Modifier and Type Method Description java.util.List<SortEntry>TextIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)Method parameters in org.teamapps.universaldb.index.text with type arguments of type SortEntry Modifier and Type Method Description java.util.List<SortEntry>TextIndex. sortRecords(java.util.List<SortEntry> sortEntries, boolean ascending)
-