- All Implemented Interfaces:
Iterator<T>
public abstract class SkipMatchIterator<T>
extends Object
implements Iterator<T>
-
Constructor Summary
Constructors
-
Method Summary
boolean
protected abstract boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SkipMatchIterator
public SkipMatchIterator(Iterator<T> delegate)
-
Method Details
-
-
-
match
protected abstract boolean match(T instance)