Uses of Class
com.mckoi.database.IndexSetStore.MappedListBlock
-
Packages that use IndexSetStore.MappedListBlock Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of IndexSetStore.MappedListBlock in com.mckoi.database
Methods in com.mckoi.database that return IndexSetStore.MappedListBlock Modifier and Type Method Description private IndexSetStore.MappedListBlock[]
IndexSetStore.IndexBlock. createMappedListBlocks()
Creates and returns an array of all the MappedListBlock objects that make up this view of the index integer list.IndexSetStore.MappedListBlock[]
IndexSetStore.IndexIntegerList. getAllBlocks()
Returns the array of all MappedListBlock that are in this list.IndexSetStore.MappedListBlock[]
IndexSetStore.IndexIntegerList. getDeletedBlocks()
Returns the array of all MappedListBlock that were deleted from this list.Constructors in com.mckoi.database with parameters of type IndexSetStore.MappedListBlock Constructor Description IndexIntegerList(int index_num, int max_block_size, IndexSetStore.MappedListBlock[] blocks)
Constructs the list with the given set of blocks.
-