Package | Description |
---|---|
org.apache.directory.shared.ldap.cursor |
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
CursorIterator(Cursor<E> cursor)
Creates a new instance of CursorIterator.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.