Contains various generic utilities.
-
boolean
Adds all of the nodes in the specified StringTable to this StringTable if they are not
already present.
boolean
Test for equality of the keys in two string tables.
void
Puts all of the nodes in the specified StringTable to this StringTable including the ones
that are already present.
boolean
Removes from this StringTable all of its nodes that are contained in the
specified StringTable.
boolean
Retains only the nodes in this StringTable that are contained in the specified
StringTable.