| Package | Description |
|---|---|
| org.neo4j.collection.primitive | |
| org.neo4j.collection.primitive.base | |
| org.neo4j.collection.primitive.hopscotch |
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveIntStack.visitKeys(PrimitiveIntVisitor visitor) |
<E extends Exception> |
PrimitiveIntCollection.visitKeys(PrimitiveIntVisitor<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.EmptyPrimitiveIntCollection.visitKeys(PrimitiveIntVisitor visitor) |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
AbstractIntHopScotchCollection.visitKeys(PrimitiveIntVisitor<E> visitor) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.