| Modifier and Type | Field and Description |
|---|---|
private java.lang.Iterable<? extends Row> |
_iterable |
| Modifier | Constructor and Description |
|---|---|
private |
FilterIterable(java.lang.Iterable<? extends Row> iterable) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Row> |
iterator()
Returns an iterator which iterates through the rows of the underlying
iterable, returning only rows for which the
RowFilter.matches(com.healthmarketscience.jackcess.Row)
method returns true |
private final java.lang.Iterable<? extends Row> _iterable
private FilterIterable(java.lang.Iterable<? extends Row> iterable)
public java.util.Iterator<Row> iterator()
RowFilter.matches(com.healthmarketscience.jackcess.Row)
method returns trueiterator in interface java.lang.Iterable<Row>