java.lang.Object | +--org.apache.commons.collections.iterators.AbstractIteratorDecoratorAll Implemented Interfaces:
Iterator | The iterator being decorated |
AbstractIteratorDecorator(Iterator iterator) Constructor that decorates the specified iterator. |
Iterator | Gets the iterator being decorated. |
boolean | hasNext() |
Object | next() |
void | remove() |
protected final Iterator iterator
public AbstractIteratorDecorator(Iterator iterator)
- if the collection is nullprotected Iterator getIterator()
public boolean hasNext()
public Object next()
public void remove()