Uses of Class
com.mckoi.database.IndexStore.IndexIntegerList
-
Packages that use IndexStore.IndexIntegerList Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of IndexStore.IndexIntegerList in com.mckoi.database
Fields in com.mckoi.database declared as IndexStore.IndexIntegerList Modifier and Type Field Description private static IndexStore.IndexIntegerList[]
IndexStore. EMPTY_INTEGER_LISTS
A convenience static empty integer list array.Methods in com.mckoi.database that return IndexStore.IndexIntegerList Modifier and Type Method Description IndexStore.IndexIntegerList[]
IndexStore.SnapshotIndexSet. getAllLists()
Returns all the lists that have been created by calls to 'getIndex'
-