Uses of Interface
org.apache.directory.api.ldap.model.cursor.Cursor
-
Packages that use Cursor Package Description org.apache.directory.api.ldap.model.cursor org.apache.directory.ldap.client.api -
-
Uses of Cursor in org.apache.directory.api.ldap.model.cursor
Subinterfaces of Cursor in org.apache.directory.api.ldap.model.cursor Modifier and Type Interface Description interfaceEntryCursorAn extension of Cursor which returns only Entry objects and includes the retrieval of the SearchResultDone.interfaceSearchCursorAn extension of Cursor which includes the retrieval of the SearchResultDone.Classes in org.apache.directory.api.ldap.model.cursor that implement Cursor Modifier and Type Class Description classAbstractCursor<E>Simple class that contains often used Cursor code.classEmptyCursor<E>An empty Cursor implementation.classListCursor<E>A simple implementation of a Cursor on aList.classSetCursor<E>A simple implementation of a Cursor on aSet.classSingletonCursor<E>A Cursor over a single element.Constructors in org.apache.directory.api.ldap.model.cursor with parameters of type Cursor Constructor Description CursorIterator(Cursor<E> cursor)Creates a new instance of CursorIterator. -
Uses of Cursor in org.apache.directory.ldap.client.api
Classes in org.apache.directory.ldap.client.api that implement Cursor Modifier and Type Class Description classEntryCursorImplAn implementation of Cursor based on the underlying SearchFuture instance.classSearchCursorImplAn implementation of Cursor based on the underlying SearchFuture instance.
-