Package org.basex.util

Provides utility classes.

See:
          Description

Class Summary
Array This class provides convenience methods for handling arrays.
BoolList This is a simple container for native boolean values.
History This class stores strings in a history.
IntList This is a simple container for native int values.
Levenshtein This class assembles methods for fuzzy token matching.
Map 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.
TokenIterator This class allows the iteration on tokens.
TokenList This is a simple container for native byte[] values (tokens).
 

Package org.basex.util Description

Provides utility classes.