T - the type of items in the iteration.public class FilteringIterator<T> extends PrefetchingIterator<T>
| Constructor and Description |
|---|
FilteringIterator(Iterator<T> source,
Predicate<T> predicate) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Iterator<T> |
noDuplicates(Iterator<T> source) |
static <T> Iterator<T> |
notNull(Iterator<T> source) |
hasNext, next, removeCopyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.