Uses of Class
org.apache.directory.api.ldap.model.cursor.AbstractCursor

Packages that use AbstractCursor
org.apache.directory.api.ldap.model.cursor   
 

Uses of AbstractCursor in org.apache.directory.api.ldap.model.cursor
 

Subclasses of AbstractCursor in org.apache.directory.api.ldap.model.cursor
 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.
 



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