| Constructor and Description |
|---|
DescenderIterator(T base,
Descender<T> descender) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canDescend() |
void |
descend()
Set the iterator to the children of the current node.
|
static <T> List<Integer> |
getIndexesOfEmptySubIterables(List<? extends Iterable<? extends T>> iterables) |
boolean |
hasNext() |
void |
loadChildren() |
List<T> |
next() |
void |
remove() |
public static <T> List<Integer> getIndexesOfEmptySubIterables(List<? extends Iterable<? extends T>> iterables)
public void loadChildren()
public boolean canDescend()
public void descend()
Copyright © 2015. All rights reserved.