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
Classes in com.mckoi.database that implement IntegerListInterface 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.Fields in com.mckoi.database declared as IntegerListInterface Modifier and Type Field Description private IntegerListInterface
MasterTableDataSource.MMutableTableDataSource. row_list
The index that represents the rows that are within this table data source within this transaction.private IntegerListInterface
InsertSearch. set_list
The sorted list of rows in this set.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.IntegerListInterface
IndexSetStore.SnapshotIndexSet. getIndex(int n)
IntegerListInterface
IndexStore.SnapshotIndexSet. getIndex(int n)
private IntegerListInterface
MasterTableDataSource.MMutableTableDataSource. getRowIndexList()
Returns the entire row list for this table.Methods in com.mckoi.database with parameters of type IntegerListInterface Modifier and Type Method Description protected TableDataSource
MasterTableDataSource. minimalTableDataSource(IntegerListInterface master_index)
Creates a minimal TableDataSource object that represents this MasterTableDataSource.Constructors in com.mckoi.database with parameters of type IntegerListInterface Constructor Description InsertSearch(TableDataSource table, int column, IntegerListInterface list)
Constructor sets the scheme with a pre-sorted list. -
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)
-