Uses of Class
com.luchersol.core.util.collection.Tree
Packages that use Tree
Package
Description
Specialized checkers for Java collection types.
-
Uses of Tree in com.luchersol.core.specialized_checkers.collection
Subclasses with type arguments of type Tree in com.luchersol.core.specialized_checkers.collectionModifier and TypeClassDescriptionclassCheckerTree<T>A specialized checker forTreedata structures, providing a fluent API to assert various properties and invariants about a tree.Methods in com.luchersol.core.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 com.luchersol.core.specialized_checkers.collection with parameters of type TreeModifierConstructorDescriptionprotectedCheckerTree(Tree<T> tree, String name) Constructs a newCheckerTreewith the specified tree and name.