Uses of Class
com.mckoi.util.BlockIntegerList
-
Packages that use BlockIntegerList Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of BlockIntegerList in com.mckoi.database
Fields in com.mckoi.database declared as BlockIntegerList Modifier and Type Field Description private BlockIntegerListMasterTableGarbageCollector. deleted_rowsThe list of all rows from the master table that we have been notified of being deleted.protected static BlockIntegerListSelectableScheme. EMPTY_LISTSome statics.protected static BlockIntegerListSelectableScheme. ONE_LISTprivate BlockIntegerListRIDList. set_listThe sorted list of rows in this set.Methods in com.mckoi.database that return BlockIntegerList Modifier and Type Method Description BlockIntegerListSelectableScheme. internalOrderIndexSet(IntegerVector row_set)Returns a BlockIntegerList that represents the given row_set sorted in the order of this scheme.(package private) BlockIntegerListRIDList. sortedSet(IntegerVector row_set)Given an unsorted set of rows in this table, this will return the row list sorted in descending order.Methods in com.mckoi.database with parameters of type BlockIntegerList Modifier and Type Method Description (package private) voidVirtualTable. set(Table[] tables, BlockIntegerList[] rows)Sets the rows in this table as above, but uses a BlockIntegerList array as an argument instead.(package private) voidVirtualTable. set(Table table, BlockIntegerList rows)Sets the rows in this table as above, but uses a BlockIntegerList as an argument instead.
-