The class org.exolab.castor.jdo.QueryResults has the following public
methods:

hasMore()
hasMoreElements()
next()
nextElement()
close()

When iterating through a result-set should I use either:
hasMore(), and
next()

or

hasMoreElements(), and
nextElement()

??

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to