Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
com.mckoi.util |
Miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
IntegerListInterface |
IndexSet.getIndex(int n)
Returns a mutable object that implements IntegerListInterface for the
given index number in this set of indices.
|
Modifier and Type | Class and 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.
|
Constructor and 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) |
Copyright © 2015. All rights reserved.