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) |
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–2015 Mysema Ltd. All rights reserved.