info.aduna.collections.iterators
Class ConvertingIterator<S,T>
java.lang.Object
info.aduna.iteration.CloseableIterationBase<T,X>
info.aduna.iteration.ConvertingIteration<S,T,RuntimeException>
info.aduna.collections.iterators.ConvertingIterator<S,T>
- All Implemented Interfaces:
- CloseableIterator<T>, CloseableIteration<T,RuntimeException>, Iteration<T,RuntimeException>, Closeable, Iterator<T>
public abstract class ConvertingIterator<S,T>
- extends ConvertingIteration<S,T,RuntimeException>
- implements CloseableIterator<T>
A CloseableIterator that converts an iterator over objects of type S
(the source type) to an iterator over objects of type T (the
target type).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvertingIterator
public ConvertingIterator(Iterator<? extends S> iter)
Copyright © 1997-2008 Aduna. All Rights Reserved.