类 Cache.TaskIterator

  • 所有已实现的接口:
    Iterator
    封闭类:
    Cache

    public class Cache.TaskIterator
    extends java.lang.Object
    implements Iterator
    Task 迭代器
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean hasNext()
      if has next
      Item next()
      Iterate the mQueue
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • TaskIterator

        public TaskIterator()
    • 方法详细资料

      • hasNext

        public boolean hasNext()
        从接口复制的说明: Iterator
        if has next
        指定者:
        hasNext 在接口中 Iterator
        返回:
        boolean
      • next

        public Item next()
        从接口复制的说明: Iterator
        Iterate the mQueue
        指定者:
        next 在接口中 Iterator
        返回:
        Item