public final class Filtered<E>
extends java.lang.Object
implements java.lang.Iterable<E>
| Constructor and Description |
|---|
Filtered(java.lang.Iterable<E> delegate,
Filter<E> filter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<E> |
iterator() |