Change the Cursor semantic for the next() and previous() methods
----------------------------------------------------------------

                 Key: DIRSERVER-1382
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1382
             Project: Directory ApacheDS
          Issue Type: Improvement
    Affects Versions: 1.5.4
            Reporter: Emmanuel Lecharny
             Fix For: 2.0.0


The next() and previous() method semantic is not what we should expect for a 
cursor. They should return an Objectt and not a status. That would help to get 
closer to the well known semantic of an iterator (even though the previous() 
method is not present in an Iterator).

In other words, it should be possible to do a next() to get the object *and* 
get the cursor moved one step further, instead of doing a next() and get().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to