| Interface | Description |
|---|---|
| Cursor<T> |
A cursor is an object that moves to point to different locations in a data structure.
|
| Class | Description |
|---|---|
| GenericCursor<T> |
Generic base class for cursor where clients
can access the current state through the get method.
|
| IntValue |
Mutable implementation of IntSupplier.
|
| LongValue |
Mutable implementation of
LongSupplier. |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.