Package org.basex.util

This package assembles utility classes.

See:
          Description

Class Summary
Args This class parses command-line arguments.
Array This class provides convenience methods for handling arrays and serves as an extension to the Arrays class of Java.
Atts This is a simple container for attributes (keys and values).
BoolList This is a simple container for native boolean values.
InputParser Simple query parser; can be overwritten to support more complex parsings.
IntArrayList This is a simple container for native int array values.
IntList This is a simple container for native int values.
IntMap This is a simple hash map, extending the even simpler hash set.
Levenshtein Levenshtein implementation, based on "Levenshtein [1965], Binary codes capable of correcting spurious insertions and deletions of ones".
Num This class provides operations to compress and decompress integer values in byte arrays to save memory.
ObjectMap<E> This is a simple hash map, extending the even simpler hash set.
Performance This class contains methods for performance measurements.
StringList This is a simple container for string values.
Table This is a table representation for textual table output.
Token This class provides convenience operations for handling so-called 'Tokens'.
TokenBuilder This class serves as an efficient constructor for byte arrays.
Tokenizer Full-text tokenizer.
TokenList This is a simple container for tokens (byte arrays).
TokenMap This is a simple hash map, extending the even simpler hash set.
TokenSet This is a simple hash set, storing keys in byte arrays.
Undo This class stores strings in a history.
XMLToken This class provides convenience operations for XML-specific character operations.
 

Enum Summary
Tokenizer.FTUnit Units.
 

Package org.basex.util Description

This package assembles utility classes.