io.sarl.sre.janus.skills.internal
Class MultiIterator<E>
Type Parameters:
E - is the type of elements in the collections.
All Superinterfaces:
java.util.Iterator<E>
Enclosing class:
ConcurrentMultiList<E>
static class MultiIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
Iterator on multicollection.
Parameters:
<E> - is the type of elements in the collections.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Constructor Summary
Constructor and description
new(Iterator<E>)
Construct the iterator.
Action Summary
Modifier and type Action and description
boolean hasNext
E next
Constructor Details
new(Iterator<E>)
new(Iterator<E>)
Construct the iterator.
Parameters:
iterator - original iterator.
Action Details
hasNext
def hasNext : boolean
next
def next : E