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, nextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
NotifyingIterator
-
-
Method Details
-
remove
public void remove()- Specified by:
removein interfaceIterator- Overrides:
removein classAbstractIteratorDecorator
-