|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilteredIterator | |
|---|---|
| org.jjoost.collections.iters | |
| org.jjoost.util | |
| Uses of FilteredIterator in org.jjoost.collections.iters |
|---|
| Subclasses of FilteredIterator in org.jjoost.collections.iters | |
|---|---|
class |
FilteredClosableIterator<E>
|
| Uses of FilteredIterator in org.jjoost.util |
|---|
| Methods in org.jjoost.util that return FilteredIterator | ||
|---|---|---|
static
|
Filters.apply(Filter<? super E> filter,
java.util.Iterator<E> iter)
Returns an Iterator wrapping the one provided and lazily filtering its contents by the provided filter. |
|
static
|
Filters.apply(java.util.Iterator<E> iter,
Filter<? super E> filter)
Returns an Iterator wrapping the one provided and lazily filtering its contents by the provided filter. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||