Class SkipMatchIterator<T>

java.lang.Object
org.apache.myfaces.util.lang.SkipMatchIterator<T>
All Implemented Interfaces:
Iterator<T>

public abstract class SkipMatchIterator<T> extends Object implements Iterator<T>
  • Constructor Details

    • SkipMatchIterator

      public SkipMatchIterator(Iterator<T> delegate)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<T>
    • next

      public T next()
      Specified by:
      next in interface Iterator<T>
    • match

      protected abstract boolean match(T instance)