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 protected static BlockIntegerList
SelectableScheme. EMPTY_LIST
Some statics.protected static BlockIntegerList
SelectableScheme. ONE_LIST
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.
-