| Package | Description |
|---|---|
| org.neo4j.collection.primitive | |
| org.neo4j.collection.primitive.base | |
| org.neo4j.collection.primitive.hopscotch |
| Modifier and Type | Field and Description |
|---|---|
static PrimitiveLongVisitor<RuntimeException> |
PrimitiveLongVisitor.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveLongStack.visitKeys(PrimitiveLongVisitor visitor) |
<E extends Exception> |
PrimitiveLongCollection.visitKeys(PrimitiveLongVisitor<E> visitor)
Visit the keys of this collection, until all have been visited or the visitor returns 'true'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Empty.EmptyPrimitiveLongCollection.visitKeys(PrimitiveLongVisitor visitor) |
<E extends Exception> |
Empty.EmptyPrimitiveLongObjectMap.visitKeys(PrimitiveLongVisitor<E> visitor) |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
AbstractLongHopScotchCollection.visitKeys(PrimitiveLongVisitor<E> visitor) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.