Package org.apache.myfaces.util.lang
Class SkipMatchIterator<T>
- java.lang.Object
- 
- org.apache.myfaces.util.lang.SkipMatchIterator<T>
 
- 
- 
Constructor SummaryConstructors Constructor Description SkipMatchIterator(Iterator<T> delegate)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanhasNext()protected abstract booleanmatch(T instance)Tnext()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.IteratorforEachRemaining, remove
 
- 
 
-