- All Implemented Interfaces:
Iterator<D>
- Enclosing class:
- La<T,R>
public class La.FilterIterator<D extends T>
extends Object
implements Iterator<D>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
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>