Apache Tomcat 7.0.23

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

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

protected class MultiLockFairBlockingQueue.FairIterator
extends java.lang.Object
implements java.util.Iterator<E>


Constructor Summary
MultiLockFairBlockingQueue.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

MultiLockFairBlockingQueue.FairIterator

public MultiLockFairBlockingQueue.FairIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<E>

next

public E next()
Specified by:
next in interface java.util.Iterator<E>

remove

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

Apache Tomcat 7.0.23

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