Uses of Class
com.tangosol.util.Tree

Packages that use Tree
Package
Description
Contains various generic utilities.
  • Uses of Tree in com.tangosol.util

    Methods in com.tangosol.util with parameters of type Tree
    Modifier and Type
    Method
    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.