T - public class TransformingIterator<T>
extends java.lang.Object
implements com.mysema.commons.lang.CloseableIterator<T>
TransformingIterator is a CloseableIterator adapter that transforms via a FactoryExpression instance| Constructor and Description |
|---|
TransformingIterator(java.util.Iterator<T> iterator,
java.io.Closeable closeable,
FactoryExpression<?> projection) |
TransformingIterator(java.util.Iterator<T> iterator,
FactoryExpression<?> projection) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
public TransformingIterator(java.util.Iterator<T> iterator, FactoryExpression<?> projection)
public TransformingIterator(java.util.Iterator<T> iterator, java.io.Closeable closeable, FactoryExpression<?> projection)
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public void remove()
remove in interface java.util.Iterator<T>public void close()
close in interface com.mysema.commons.lang.CloseableIterator<T>close in interface java.io.Closeableclose in interface java.lang.AutoCloseableCopyright © 2007–2021 Querydsl. All rights reserved.