Uses of Class
com.mckoi.util.AbstractBlockIntegerList
-
Packages that use AbstractBlockIntegerList Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.util Miscellaneous utility classes. -
-
Uses of AbstractBlockIntegerList in com.mckoi.database
Subclasses of AbstractBlockIntegerList in com.mckoi.database Modifier and Type Class Description private class
IndexSetStore.IndexIntegerList
The IntegerListInterface implementation that is used to represent a mutable snapshop of the indices at a given point in time.private class
IndexStore.IndexIntegerList
The IntegerListInterface implementation that is used to represent a mutable snapshop of the indices at a given point in time. -
Uses of AbstractBlockIntegerList in com.mckoi.util
Subclasses of AbstractBlockIntegerList in com.mckoi.util Modifier and Type Class Description class
BlockIntegerList
An implementation of AbstractBlockIntegerList that stores all int values in blocks that are entirely stored in main memory.
-