程序包 bsh
接口 BshIterator
- 所有已知实现类:
CollectionManager.BasicBshIterator
public interface BshIterator
An interface implemented by classes wrapping instances of iterators,
enumerations, collections, etc.
-
方法概要
-
方法详细资料
-
next
Object next()Fetch the next object in the iteration- 返回:
- The next object
-
hasNext
boolean hasNext()Returns true if and only if there are more objects available via thenext()
method- 返回:
- The next object
-