Package org.basex.util

Provides utility classes.

See:
          Description

Class Summary
Args This class parses command-line arguments.
Array This class provides convenience methods for handling arrays.
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.
Levenshtein Levenshtein implementation, based on "Levenshtein [1965], Binary codes capable of correcting spurious insertions and deletions of ones".
LibraryLoader Utility class to load shared libraries.
Map<E> This is a simple hash map, extending the even simpler hash set.
Num This class provides operations to compress and decompress integer values in byte arrays to save memory.
Performance This class contains methods for performance measurements.
Set This is a simple hash set, storing keys in byte arrays.
StringList This is a simple container for string values.
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.
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

Provides utility classes.