protected static class Plugin.Engine.Source.Compound.Origin.CompoundIterator extends Object implements Iterator<Plugin.Engine.Source.Element>
| Modifier | Constructor and Description | 
|---|---|
protected  | 
CompoundIterator(List<? extends Iterable<? extends Plugin.Engine.Source.Element>> iterables)
Creates a compound iterator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasNext() | 
Plugin.Engine.Source.Element | 
next() | 
void | 
remove() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected CompoundIterator(List<? extends Iterable<? extends Plugin.Engine.Source.Element>> iterables)
iterables - The iterables to consider.public boolean hasNext()
hasNext in interface Iterator<Plugin.Engine.Source.Element>public Plugin.Engine.Source.Element next()
next in interface Iterator<Plugin.Engine.Source.Element>public void remove()
remove in interface Iterator<Plugin.Engine.Source.Element>Copyright © 2014–2023. All rights reserved.