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 BlockIntegerList
MasterTableGarbageCollector. deleted_rows
The list of all rows from the master table that we have been notified of being deleted.protected static BlockIntegerList
SelectableScheme. EMPTY_LIST
Some statics.protected static BlockIntegerList
SelectableScheme. ONE_LIST
private BlockIntegerList
RIDList. set_list
The sorted list of rows in this set.Methods in com.mckoi.database that return BlockIntegerList Modifier and Type Method Description BlockIntegerList
SelectableScheme. internalOrderIndexSet(IntegerVector row_set)
Returns a BlockIntegerList that represents the given row_set sorted in the order of this scheme.(package private) BlockIntegerList
RIDList. 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) void
VirtualTable. set(Table[] tables, BlockIntegerList[] rows)
Sets the rows in this table as above, but uses a BlockIntegerList array as an argument instead.(package private) void
VirtualTable. set(Table table, BlockIntegerList rows)
Sets the rows in this table as above, but uses a BlockIntegerList as an argument instead.
-