Package jetbrains.mps.util.iterable
Class TranslatingIterator<E,T>
- java.lang.Object
 - 
- jetbrains.mps.util.iterable.TranslatingIterator<E,T>
 
 
- 
- 
Constructor Summary
Constructors Constructor Description TranslatingIterator(Iterator<E> inner) 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Iterator<T>iterator()Tnext()protected TnextElement()voidremove()protected abstract Ttranslate(E node)- 
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()
 
 - 
 
 -