Uses of Interface
org.apache.directory.shared.ldap.cursor.Cursor

Packages that use Cursor
org.apache.directory.shared.ldap.cursor   
 

Uses of Cursor in org.apache.directory.shared.ldap.cursor
 

Classes in org.apache.directory.shared.ldap.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 SingletonCursor<E>
          A Cursor over a single element.
 

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



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.