org.compass.core.util.backport.java.util.concurrent
Class SynchronousQueue.EmptyIterator

java.lang.Object
  extended by org.compass.core.util.backport.java.util.concurrent.SynchronousQueue.EmptyIterator
All Implemented Interfaces:
Iterator
Enclosing class:
SynchronousQueue

static class SynchronousQueue.EmptyIterator
extends Object
implements Iterator


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

Constructor Detail

SynchronousQueue.EmptyIterator

SynchronousQueue.EmptyIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator


Copyright (c) 2004-2006 The Compass Project.