|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
FilteredIterator.make(Iterator<? extends T> i,
Predicate<? super T> p)
Call the constructor (allows T to be inferred) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||