T - public class TransformingIterator<T> extends Object implements com.mysema.commons.lang.CloseableIterator<T>
| Constructor 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, waitforEachRemainingpublic 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 Closeableclose in interface AutoCloseableCopyright © 2007–2015 Querydsl. All rights reserved.