Class TreeInternalNode<T>

java.lang.Object
org.ametys.cms.search.advanced.AbstractTreeNode<T>
org.ametys.cms.search.advanced.TreeInternalNode<T>
Type Parameters:
T - the type of the values of the leaves of the tree.

public final class TreeInternalNode<T> extends AbstractTreeNode<T>
This class represents an internal node in a tree data structure, which have AbstractTreeNode children (at least 1), linked by a logical operator.