| Interface | Description |
|---|---|
| Cursor<T> |
A cursor is an object that moves to point to different locations in a data structure.
|
| IOCursor<T> | |
| RawCursor<T,EXCEPTION extends Exception> |
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–2016 The Neo4j Graph Database Project. All rights reserved.