T
- public class TransformingIterator<T> extends Object implements com.mysema.commons.lang.CloseableIterator<T>
TransformingIterator
is a CloseableIterator adapter that transforms via a FactoryExpression
instanceConstructor and Description |
---|
TransformingIterator(Iterator<T> iterator,
Closeable closeable,
FactoryExpression<?> projection) |
TransformingIterator(Iterator<T> iterator,
FactoryExpression<?> projection) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public TransformingIterator(Iterator<T> iterator, FactoryExpression<?> projection)
public TransformingIterator(Iterator<T> iterator, Closeable closeable, FactoryExpression<?> projection)
public void close()
close
in interface com.mysema.commons.lang.CloseableIterator<T>
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2007–2016 Querydsl. All rights reserved.