de.unkrig.commons.util
Interface TreeComparator.Node<N extends TreeComparator.Node<N>>

Enclosing class:
TreeComparator<N extends TreeComparator.Node<N>,EX extends java.lang.Exception>

public static interface TreeComparator.Node<N extends TreeComparator.Node<N>>

The superinterface for leaf nodes and non-leaf nodes.


Method Summary
 java.util.SortedSet<N> children()
           
 

Method Detail

children

@Nullable
java.util.SortedSet<N> children()
Returns:
null iff this is a leaf node