AbstractDualBidiMap.EntrySetIterator
, AbstractDualBidiMap.KeySetIterator
, AbstractDualBidiMap.ValuesIterator
, AbstractMapMultiSet.UniqueSetIterator
, SkippingIterator
public abstract class AbstractIteratorDecorator<E> extends AbstractUntypedIteratorDecorator<E,E>
All methods are forwarded to the decorated iterator.
Modifier | Constructor | Description |
---|---|---|
protected |
AbstractIteratorDecorator(java.util.Iterator<E> iterator) |
Constructor that decorates the specified iterator.
|
Modifier and Type | Method | Description |
---|---|---|
E |
next() |
getIterator, hasNext, remove
protected AbstractIteratorDecorator(java.util.Iterator<E> iterator)
iterator
- the iterator to decorate, must not be nulljava.lang.NullPointerException
- if the iterator is nullpublic E next()
Copyright © 2001-2019 - Apache Software Foundation