org.compass.core.util.backport.java.util.concurrent
Class SynchronousQueue.EmptyIterator
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynchronousQueue.EmptyIterator
SynchronousQueue.EmptyIterator()
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.