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