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.
This class represents a leaf in a tree data structure.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ametys.cms.search.advanced.AbstractTreeNode
getFlatLeaves, walk
-
Constructor Details
-
TreeLeaf
Constructs a new leaf in a tree data structure with the given value.- Parameters:
value
- the value
-
-
Method Details
-
getValue
Gets the value- Returns:
- the value
-