- All Known Implementing Classes:
CollectionIterator
,CollectionManager.BasicBshIterator
public interface BshIterator
An interface implemented by classes wrapping instances of iterators,
enumerations, collections, etc.
- See Also:
-
Method Summary
-
Method Details
-
next
Object next()Fetch the next object in the iteration- Returns:
- The next object
-
hasNext
boolean hasNext()Returns true if and only if there are more objects available via thenext()
method- Returns:
- The next object
-