Uses of Interface
org.apache.directory.shared.ldap.cursor.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-2010 The Apache Software Foundation. All Rights Reserved.