Uses of Class
edu.rice.cs.plt.iter.FilteredIterator

Packages that use FilteredIterator
edu.rice.cs.plt.iter A collection of implementations of Iterable and Iterator
 

Uses of FilteredIterator in edu.rice.cs.plt.iter
 

Methods in edu.rice.cs.plt.iter that return FilteredIterator
 FilteredIterator<T> FilteredIterable.iterator()
           
static
<T> FilteredIterator<T>
FilteredIterator.make(Iterator<? extends T> i, Predicate<? super T> p)
          Call the constructor (allows T to be inferred)