Uses of Interface
org.apache.directory.api.ldap.model.cursor.Cursor

Packages that use Cursor
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
 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.
 

Classes in org.apache.directory.api.ldap.model.cursor that implement Cursor
 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.
 

Constructors in org.apache.directory.api.ldap.model.cursor with parameters of type Cursor
CursorIterator(Cursor<E> cursor)
          Creates a new instance of CursorIterator.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.