Package org.basex.util

Provides utility classes.

See:
          Description

Class Summary
Action This class defines an action which is executed as a thread.
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.
GetOpts This class splits the input String into its arguments and checks if there is a path expression.
History This class stores strings in a history.
IntArrayList This is a simple container for native int array values.
IntList This is a simple container for native int values.
Levenshtein This class assembles methods for fuzzy token matching.
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.
Stemming Simple stemming algorithm, derived from Porter [1980], An algorithm for suffix stripping.
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.
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.
 

Package org.basex.util Description

Provides utility classes.