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 classIndexSetStore.IndexIntegerListThe IntegerListInterface implementation that is used to represent a mutable snapshop of the indices at a given point in time.private classIndexStore.IndexIntegerListThe 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 classBlockIntegerListAn implementation of AbstractBlockIntegerList that stores all int values in blocks that are entirely stored in main memory.
-