Uses of Class
com.mckoi.database.IndexStore.MappedListBlock
-
Packages that use IndexStore.MappedListBlock Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of IndexStore.MappedListBlock in com.mckoi.database
Methods in com.mckoi.database that return IndexStore.MappedListBlock Modifier and Type Method Description IndexStore.MappedListBlock[]
IndexStore.IndexIntegerList. getAllBlocks()
Returns the array of all MappedListBlock that are in this list.IndexStore.MappedListBlock[]
IndexStore.IndexIntegerList. getDeletedBlocks()
Returns the array of all MappedListBlock that were deleted from this list.Constructors in com.mckoi.database with parameters of type IndexStore.MappedListBlock Constructor Description IndexIntegerList(int index_num, IndexStore.MappedListBlock[] blocks)
Constructs the list with the given set of blocks.
-