Package | Description |
---|---|
org.neo4j.helpers.collection |
Collections utilities - Iterator/Iterable utilities and creating
Map s. |
Modifier and Type | Method and Description |
---|---|
static org.neo4j.kernel.impl.util.PrimitiveLongIterator |
IteratorUtil.filter(PrimitiveLongPredicate predicate,
org.neo4j.kernel.impl.util.PrimitiveLongIterator iterator)
Returns a new iterator with all elements found in the input iterator that are accepted by the given predicate
|
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.