public abstract class AbstractUntypedIteratorDecorator<I,O>
extends java.lang.Object
implements java.util.Iterator<O>
All methods are forwarded to the decorated iterator.
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
void |
remove() |
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"