| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.cursor | |
| org.apache.directory.ldap.client.api |
| Modifier and Type | Class and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
EntryCursorImpl
An implementation of Cursor based on the underlying SearchFuture instance.
|
class |
SearchCursorImpl
An implementation of Cursor based on the underlying SearchFuture instance.
|
Copyright © 2021. All rights reserved.