- All Implemented Interfaces:
- java.util.Iterator
- Direct Known Subclasses:
- ArrayIterator, FilteredIterator, IteratorIterator, NullArrayIterator, NullIterator, ProxyIterator, ReverseIterator, UnitIterator
public class IteratorAdapter
extends java.lang.Object
implements java.util.Iterator
An iterator that implements the Iterator, intended for
subclassing so that you don't have to provide the remove()
method all the time....
- Version:
- $Id: IteratorAdapter.java 70398 2014-10-22 23:44:32Z cxh $
- Author:
- John Reekie, Michael Shilman