接口 ICircularIterator<T>

所有超级接口:
Iterator<T>
所有已知实现类:
CircularIterator

public interface ICircularIterator<T> extends Iterator<T>
  • 方法详细资料

    • hasNext

      boolean hasNext()
      指定者:
      hasNext 在接口中 Iterator<T>
    • next

      T next()
      指定者:
      next 在接口中 Iterator<T>
    • prev

      T prev()
    • nextNode

      Node<T> nextNode()
    • prevNode

      Node<T> prevNode()