Package | Description |
---|---|
org.codefx.libfx.collection.tree.stream |
Provides the possibility to stream the elements of tree-like data structures.
|
Modifier and Type | Method and Description |
---|---|
static <N> Stream<N> |
TreeStreams.byStrategy(TreeIterationStrategy<N> strategy)
Returns a stream which enumerates a tree's nodes according to the specified
TreeIterationStrategy . |
static <N> Stream<N> |
TreeStreams.byStrategy(TreeIterationStrategy<N> strategy,
int characteristics,
boolean parallel)
Returns a stream which enumerates a tree's nodes according to the specified
TreeIterationStrategy and
stream characteristics. |
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.