程序包 bsh

接口 BshIterator

所有已知实现类:
CollectionManager.BasicBshIterator

public interface BshIterator
An interface implemented by classes wrapping instances of iterators, enumerations, collections, etc.
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    Returns true if and only if there are more objects available via the next() method
    Fetch the next object in the iteration
  • 方法详细资料

    • 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 the next() method
      返回:
      The next object