Class ChainIterator<I,O>
java.lang.Object
com.google.common.collect.UnmodifiableIterator<O>
com.google.common.collect.AbstractIterator<O>
org.qubership.atp.dataset.model.utils.tree.ChainIterator<I,O>
- All Implemented Interfaces:
Iterator<O>
public abstract class ChainIterator<I,O>
extends com.google.common.collect.AbstractIterator<O>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Oprotected abstract OgetChildren(I toDecorate, O previous) Methods inherited from class com.google.common.collect.AbstractIterator
endOfData, hasNext, next, peekMethods inherited from class com.google.common.collect.UnmodifiableIterator
removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ChainIterator
-
-
Method Details
-
getChildren
-
computeNext
- Specified by:
computeNextin classcom.google.common.collect.AbstractIterator<O>
-