- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
Iterators
public abstract static class Iterators.Adapter<T,U>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
hasNext
public boolean hasNext()
-
-
filter
protected abstract T filter(U u)
-
remove
public final void remove()
- Specified by:
remove
in interface Iterator<T>