Class MultiLockFairBlockingQueue.FairIterator

java.lang.Object
org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.FairIterator
All Implemented Interfaces:
Iterator<E>
Enclosing class:
MultiLockFairBlockingQueue<E>

protected class MultiLockFairBlockingQueue.FairIterator extends Object implements Iterator<E>
  • Constructor Details

    • FairIterator

      public FairIterator()
  • 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>