Uses of Interface
com.mckoi.util.IntegerListInterface
-
Packages that use IntegerListInterface Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.util Miscellaneous utility classes. -
-
Uses of IntegerListInterface in com.mckoi.database
Methods in com.mckoi.database that return IntegerListInterface Modifier and Type Method Description IntegerListInterface
IndexSet. getIndex(int n)
Returns a mutable object that implements IntegerListInterface for the given index number in this set of indices. -
Uses of IntegerListInterface in com.mckoi.util
Classes in com.mckoi.util that implement IntegerListInterface Modifier and Type Class Description class
AbstractBlockIntegerList
An implementation of a list of integer values that are stored across an array of blocks.class
BlockIntegerList
An implementation of AbstractBlockIntegerList that stores all int values in blocks that are entirely stored in main memory.Constructors in com.mckoi.util with parameters of type IntegerListInterface Constructor Description AbstractBlockIntegerList(IntegerListInterface i_list)
Copies the information from the given BlockIntegerList into a new object and performs a deep clone of the information in this container.BlockIntegerList(IntegerListInterface i_list)
Copies the information from the given BlockIntegerList into a new object and performs a deep clone of the information in this container.IntegerVector(IntegerListInterface i_list)
-