bsh
public interface BshIterator
See Also: CollectionManager.getBshIterator(Object)
| Method Summary | |
|---|---|
| boolean | hasNext()
Returns true if and only if there are more objects available
via the next() method
|
| Object | next()
Fetch the next object in the iteration
|
next() method
Returns: The next object
Returns: The next object