public class ArangoFilterIterator<T> extends Object implements ArangoIterator<T>
| Modifier | Constructor and Description |
|---|---|
protected |
ArangoFilterIterator(ArangoIterator<T> iterator,
Predicate<? super T> predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected ArangoFilterIterator(ArangoIterator<T> iterator, Predicate<? super T> predicate)
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.