|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexIterator | |
---|---|
org.basex.data | Contains BaseX data types, including the
internal table representation in the Data class. |
org.basex.index | Contains database index implementations. |
Uses of IndexIterator in org.basex.data |
---|
Methods in org.basex.data that return IndexIterator | |
---|---|
IndexIterator |
Data.ids(IndexToken token)
Returns the indexed id references for the specified token. |
Uses of IndexIterator in org.basex.index |
---|
Subclasses of IndexIterator in org.basex.index | |
---|---|
class |
IndexArrayIterator
This interface provides methods for returning index results. |
Fields in org.basex.index declared as IndexIterator | |
---|---|
static IndexIterator |
IndexIterator.EMPTY
Empty iterator. |
Methods in org.basex.index that return IndexIterator | |
---|---|
IndexIterator |
FTFuzzy.ids(IndexToken ind)
|
IndexIterator |
MemValues.ids(IndexToken ind)
|
IndexIterator |
Values.ids(IndexToken tok)
|
abstract IndexIterator |
Index.ids(IndexToken tok)
Returns an iterator for the index results. |
IndexIterator |
FTTrie.ids(IndexToken ind)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |