E
- the element typeF
- the generic typepublic class LookForwardIterator<E,F>
extends java.lang.Object
implements java.util.Iterator<E>
Modifier and Type | Class and Description |
---|---|
static interface |
LookForwardIterator.ICheck<E,F>
The Interface ICheck.
|
Constructor and Description |
---|
LookForwardIterator(java.util.Iterator<F> internalIterator,
LookForwardIterator.ICheck<E,F> check)
Instantiates a new look forward iterator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Checks for next.
|
E |
next()
Next.
|
void |
remove()
Removes the.
|
public LookForwardIterator(java.util.Iterator<F> internalIterator, LookForwardIterator.ICheck<E,F> check)
internalIterator
- the internal iteratorcheck
- the checkCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa