bsh
Interface BshIterator
- CollectionManager.BasicBshIterator
public interface BshIterator
An interface implemented by classes wrapping instances of iterators,
enumerations, collections, etc.
CollectionManager.getBshIterator(Object)
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
|
hasNext
public boolean hasNext()
Returns true if and only if there are more objects available
via the next()
method
next
public Object next()
Fetch the next object in the iteration
B) 2000-2005 pat@pat.net :-)