接口 Iterator

    • 方法详细资料

      • hasNext

        boolean hasNext()
        if has next
        返回:
        boolean
      • next

        Item next()
        Iterate the mQueue
        返回:
        Item