Uses of Class
util.collection.Tree
Packages that use Tree
-
Uses of Tree in specialized_checkers.collection
Subclasses with type arguments of type Tree in specialized_checkers.collectionModifier and TypeClassDescriptionclass
CheckerTree<T>
A specialized checker forTree
data structures, providing a fluent API to assert various properties and invariants about a tree.Methods in specialized_checkers.collection with parameters of type TreeModifier and TypeMethodDescriptionstatic <T> CheckerTree
<T> Creates a CheckerTree for the given tree with a default name.static <T> CheckerTree
<T> Creates a CheckerTree for the given tree and assigns a custom name.Constructors in specialized_checkers.collection with parameters of type TreeModifierConstructorDescriptionprotected
CheckerTree
(Tree<T> tree, String name) Constructs a newCheckerTree
with the specified tree and name.