Class FilteredIterator<E>

  • All Implemented Interfaces:
    Iterator<E>

    public class FilteredIterator<E>
    extends Object
    implements Iterator<E>
    Wraps the underlying iterator and returns only the matching items.