Class BoundedBuffer.NotifyingIterator
java.lang.Object
org.apache.commons.collections.iterators.AbstractIteratorDecorator
org.apache.commons.collections.buffer.BoundedBuffer.NotifyingIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
BoundedBuffer
BoundedBuffer iterator.
-
Field Summary
Fields inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
iterator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
getIterator, hasNext, next
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
NotifyingIterator
-
-
Method Details
-
remove
public void remove()- Specified by:
remove
in interfaceIterator
- Overrides:
remove
in classAbstractIteratorDecorator
-