Class FairBlockingQueue.FairIterator
java.lang.Object
org.apache.tomcat.jdbc.pool.FairBlockingQueue.FairIterator
- All Implemented Interfaces:
Iterator<E>
- Enclosing class:
FairBlockingQueue<E>
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new FairIterator with a snapshot of the current queue contents. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
FairIterator
public FairIterator()Creates a new FairIterator with a snapshot of the current queue contents.
-
-
Method Details
-
hasNext
-
next
-
remove
-