E - the element typeF - the generic typepublic class LookForwardIteratorWithThread<E,F>
extends java.lang.Object
implements java.util.Iterator<E>
| Constructor and Description |
|---|
LookForwardIteratorWithThread(java.util.Iterator<F> internalIterator,
LookForwardIterator.ICheck<E,F> check)
Instantiates a new look forward iterator with thread.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Checks for next.
|
E |
next()
Next.
|
void |
remove()
Removes the.
|
public LookForwardIteratorWithThread(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