Interface KnowsChildren<N extends KnowsChildren<N>>
-
- All Known Subinterfaces:
AnnotatableBiDiNode<A,N>,BiDiTreeNode<N>,UniDiTreeNode<N>
- All Known Implementing Classes:
AbstractBiDiNode,AnnotatableBiDiNodeImpl,BiDiNodeImpl
public interface KnowsChildren<N extends KnowsChildren<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.util.List<N>getChildren()default booleanisLeaf()
-
-
-
Method Detail
-
getChildren
java.util.List<N> getChildren()
-
isLeaf
default boolean isLeaf()
-
-