This package contains the other part of the script editor.
static final char MIN
The minimal character code usable in keys.
static final char MAX
The maximal character code usable in keys.
void setId(final byte id)
Sets the id to return for this node.
A node in the tree that is used to store all key-value pairs.
byte getId()
Returns the id for this node.
Node define(final char ch)
Looks up or defines the next node for a given character.
byte id
The id for the key matching the path between the root node and this node.
Node lookup(final char ch)
Looks up the next node for a given character.