Apache Tomcat 7.0.37

org.apache.tomcat.jdbc.pool
Class FairBlockingQueue.FairIterator

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

protected class FairBlockingQueue.FairIterator
extends Object
implements Iterator<E>


Constructor Summary
FairBlockingQueue.FairIterator()
           
 
Method Summary
 boolean hasNext()
           
 E next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FairBlockingQueue.FairIterator

public FairBlockingQueue.FairIterator()
Method Detail

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>

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.