Uses of Interface
org.apache.directory.api.ldap.model.cursor.Cursor
-
Packages that use Cursor Package Description org.apache.directory.api.ldap.model.cursor -
-
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.Fields in org.apache.directory.api.ldap.model.cursor declared as Cursor Modifier and Type Field Description private Cursor<E>CursorIterator. cursorThe inner cursor we will iterateConstructors 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.
-