Package jetbrains.mps.util.iterable
Class RecursiveIterator<T>
- java.lang.Object
 - 
- jetbrains.mps.util.iterable.RecursiveIterator<T>
 
 
- 
- 
Constructor Summary
Constructors Constructor Description RecursiveIterator(Iterable<T> root, boolean leavesOnly) 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Iterator<T>children(T node)booleanhasNext()Iterator<T>iterator()Tnext()protected TnextElement()voidremove()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface java.lang.Iterable
forEach, spliterator 
- 
Methods inherited from interface java.util.Iterator
forEachRemaining 
 - 
 
 - 
 
- 
- 
Method Detail
- 
nextElement
protected T nextElement()
 
 - 
 
 -