Package org.ametys.cms.search.advanced
Class TreeLeaf<T>
- java.lang.Object
-
- org.ametys.cms.search.advanced.AbstractTreeNode<T>
-
- org.ametys.cms.search.advanced.TreeLeaf<T>
-
- Type Parameters:
T
- the type of the value of the leaf.
public final class TreeLeaf<T> extends AbstractTreeNode<T>
This class represents a leaf in a tree data structure.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getValue()
Gets the value-
Methods inherited from class org.ametys.cms.search.advanced.AbstractTreeNode
getFlatLeaves, walk
-
-