| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.cursor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntryCursor
An extension of Cursor which returns only Entry objects and includes the retrieval of the SearchResultDone.
|
interface |
SearchCursor
An extension of Cursor which includes the retrieval of the SearchResultDone.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCursor<E>
Simple class that contains often used Cursor code.
|
class |
EmptyCursor<E>
An empty Cursor implementation.
|
class |
ListCursor<E>
A simple implementation of a Cursor on a
List. |
class |
SetCursor<E>
A simple implementation of a Cursor on a
Set. |
class |
SingletonCursor<E>
A Cursor over a single element.
|
| Modifier and Type | Field and Description |
|---|---|
private Cursor<E> |
CursorIterator.cursor
The inner cursor we will iterate
|
| Constructor and Description |
|---|
CursorIterator(Cursor<E> cursor)
Creates a new instance of CursorIterator.
|
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.