| Package | Description |
|---|---|
| com.tangosol.util |
Contains various generic utilities.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Tree.addAll(Tree that)
Adds all of the nodes in the specified Tree to this Tree if they are not already present.
|
void |
Tree.putAll(Tree that)
Puts all of the nodes in the specified Tree to this Tree (including the ones that are already present).
|
boolean |
Tree.removeAll(Tree that)
Removes from this Tree all of its nodes that are contained in the specified Tree.
|
boolean |
Tree.retainAll(Tree that)
Retains only the nodes in this Tree that are contained in the specified Tree.
|