Class CursorIterator<E>

  • Type Parameters:
    E - The type of element on which this cursor will iterate
    All Implemented Interfaces:
    Iterator<E>

    public class CursorIterator<E>
    extends Object
    implements Iterator<E>
    An Iterator over a Cursor so Cursors can be Iterable for using in foreach constructs.
    Author:
    Apache Directory Project