public abstract static class PrimitiveIntCollections.PrimitiveIntFilteringIterator extends PrimitiveIntCollections.PrimitiveIntBaseIterator implements org.neo4j.function.primitive.PrimitiveIntPredicate
| Constructor and Description |
|---|
PrimitiveIntCollections.PrimitiveIntFilteringIterator(PrimitiveIntIterator source) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
accept(int testItem)
Deprecated.
use
IntPredicate instead |
hasNext, nextpublic PrimitiveIntCollections.PrimitiveIntFilteringIterator(PrimitiveIntIterator source)
@Deprecated public abstract boolean accept(int testItem)
IntPredicate insteadaccept in interface org.neo4j.function.primitive.PrimitiveIntPredicateCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.