public abstract class AbstractIteratorDecorator<E> extends AbstractUntypedIteratorDecorator<E,E>
All methods are forwarded to the decorated iterator.
| Modifier and Type | Method and Description |
|---|---|
E |
next() |
hasNext, removepublic E next()
Copyright © 2010 - 2023 Adobe. All Rights Reserved