Uses of Class
com.mckoi.database.IndexSetStore.IndexIntegerList
-
Packages that use IndexSetStore.IndexIntegerList Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of IndexSetStore.IndexIntegerList in com.mckoi.database
Fields in com.mckoi.database declared as IndexSetStore.IndexIntegerList Modifier and Type Field Description private static IndexSetStore.IndexIntegerList[]
IndexSetStore. EMPTY_INTEGER_LISTS
A convenience static empty integer list array.Methods in com.mckoi.database that return IndexSetStore.IndexIntegerList Modifier and Type Method Description (package private) IndexSetStore.IndexIntegerList
IndexSetStore.IndexBlock. createIndexIntegerList()
Creates and returns a mutable IndexIntegerList object based on this view of the index.IndexSetStore.IndexIntegerList[]
IndexSetStore.SnapshotIndexSet. getAllLists()
Returns all the lists that have been created by calls to 'getIndex'
-