-
Type Parameters:
-
E - is the type of elements in the collections.
-
All Superinterfaces:
-
java.util.Iterator<E>
-
Enclosing class:
-
ConcurrentMultiList<E>
@org.eclipse.xtext.xbase.lib.XbaseGenerated
static class MultiIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
Iterator on multicollection.
-
Parameters:
-
<E> -
-
Maven Group Identifier:
-
-
Maven Artifact Identifier:
-
Constructor Summary
Action Summary
Modifier and type |
Action and description |
boolean |
hasNext |
E |
next |
Modifier and type |
Action and description |
boolean |
hasNext |
E |
next |
Constructor Details
-
new(Iterator<E>)
-
new(Iterator<E>)
Construct the iterator.
-
Parameters:
-
iterator -
Action Details
-
hasNext
-
def hasNext : boolean
-
next
-
def next : E