| Package | Description |
|---|---|
| org.datavec.api.berkeley |
| Modifier and Type | Method and Description |
|---|---|
static <T> Iterator<T> |
Iterators.filter(Iterator<T> iterator,
Filter<T> filter) |
| Constructor and Description |
|---|
FilteredIterator(Filter<T> filter,
Iterable<T> items) |
FilteredIterator(Filter<T> filter,
Iterator<T> base) |
Copyright © 2017. All rights reserved.