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 BlockIntegerListSelectableScheme. EMPTY_LISTSome statics.protected static BlockIntegerListSelectableScheme. ONE_LISTMethods 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.
-