Uses of Class
org.basex.index.Index

Packages that use Index
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 Index in org.basex.data
 

Methods in org.basex.data with parameters of type Index
 void MemData.setIndex(IndexToken.Type type, Index ind)
           
abstract  void Data.setIndex(IndexToken.Type type, Index ind)
          Assigns the specified index.
 void DiskData.setIndex(IndexToken.Type type, Index index)
           
 

Uses of Index in org.basex.index
 

Subclasses of Index in org.basex.index
 class FTFuzzy
          This class provides access to attribute values and text contents stored on disk.
 class FTTrie
          This class indexes text contents in a compressed trie on disk.
 class MemValues
          This class provides a main-memory access to attribute values and text contents.
 class Values
          This class provides access to attribute values and text contents stored on disk.
 

Methods in org.basex.index that return Index
 Index IndexBuilder.build(Data data)
          Builds the index structure and returns an index instance.