Uses of Interface
com.mckoi.util.IntegerListInterface
Packages that use IntegerListInterface
Package
Description
The core database classes for Mckoi.
Miscellaneous utility classes.
-
Uses of IntegerListInterface in com.mckoi.database
Methods in com.mckoi.database that return IntegerListInterfaceModifier and TypeMethodDescriptionIndexSet.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 IntegerListInterfaceModifier and TypeClassDescriptionclass
An implementation of a list of integer values that are stored across an array of blocks.class
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 IntegerListInterfaceModifierConstructorDescriptionCopies 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)