bsh
Interface BshIterator

All Known Implementing Classes:
CollectionManager.BasicBshIterator

public interface BshIterator

An interface implemented by classes wrapping instances of iterators, enumerations, collections, etc.

See Also:
CollectionManager.getBshIterator(Object)

Method Summary
 boolean hasNext()
          Returns true if and only if there are more objects available via the next() method
 java.lang.Object next()
          Fetch the next object in the iteration
 

Method Detail

next

public java.lang.Object next()
Fetch the next object in the iteration

Returns:
The next object

hasNext

public boolean hasNext()
Returns true if and only if there are more objects available via the next() method

Returns:
The next object


© 2000 pat@pat.net :-)