- All Implemented Interfaces:
Iterator<R>
- Enclosing class:
- La<T,R>
public class La.TransformIterator<D extends T>
extends Object
implements Iterator<R>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TransformIterator
public TransformIterator(Iterator<D> iterator)
-
Method Details
-
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<D extends T>
-
-
remove
public void remove()
- Specified by:
remove in interface Iterator<D extends T>