T - public class TransformingIterator<T>
extends java.lang.Object
implements com.mysema.commons.lang.CloseableIterator<T>
| Constructor and Description |
|---|
TransformingIterator(java.util.Iterator<T> iterator,
java.io.Closeable closeable,
FactoryExpression<?> projection) |
TransformingIterator(java.util.Iterator<T> iterator,
FactoryExpression<?> projection) |
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-2013 Mysema Ltd. All Rights Reserved.