-
- Type Parameters:
T
- the entity type contained in the tree
- All Superinterfaces:
Collection<Tree<T>>
,Foldable<Tree<T>>
,java.lang.Iterable<Tree<T>>
,java.io.Serializable
,Streamable<Tree<T>>
,Traversable<Tree<T>>
,Value<Tree<T>>
public static interface Tree.NodeCollection<T> extends Collection<Tree<T>>
The node collection is a set of tree elements each containing exactly one value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tree<T>
get(int i)
-
Methods inherited from interface com.jongsoft.lang.collection.Collection
containsAll, count, filter, first, foldLeft, foldRight, get, head, isEmpty, isSingleValued, last, map, orElse, orElse, reduceLeft, reject, size, split, summing, tail
-
Methods inherited from interface com.jongsoft.lang.collection.Traversable
average, iterator, sum
-
-