Class PushPullBlockingQueue.RingIter

java.lang.Object
com.conversantmedia.util.concurrent.PushPullBlockingQueue.RingIter
All Implemented Interfaces:
Iterator<E>
Enclosing class:
PushPullBlockingQueue<E>

private final class PushPullBlockingQueue.RingIter extends Object implements Iterator<E>
  • Field Details

    • dx

      int dx
    • lastObj

      E lastObj
  • Constructor Details

    • RingIter

      private RingIter()
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<E>
    • next

      public E next()
      Specified by:
      next in interface Iterator<E>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<E>