Package com.semedy.reasoner.api.edb
Interface SortedIndex
- All Superinterfaces:
Index
- All Known Implementing Classes:
AVLTree
,PersistentSecondarySortedIndex
methods for a secondary sorted index for tuples
-
Method Summary
Modifier and TypeMethodDescriptionReturn an iterator for index values.
Note not tuples are enumerated but index values in sorted orderReturn an iterator for index values.Methods inherited from interface com.semedy.reasoner.api.edb.Index
containsTuple, containsTuple, getIndexedPositions, getNumberOfMatchingTuples, selectMatchingTuples, selectMatchingTuples, selectMatchingTuples, size, sizeInBytes
-
Method Details
-
indexedValues
Return an iterator for index values.
Note not tuples are enumerated but index values in sorted order- Throws:
IOException
-
indexedValues
Return an iterator for index values.
Note not tuples are enumerated but index values in sorted order- Throws:
IOException
-