public class AbstractIteratorDecorator
extends java.lang.Object
implements java.util.Iterator
All methods are forwarded to the decorated iterator.
| Constructor and Description |
|---|
AbstractIteratorDecorator(java.util.Iterator iterator)
Constructor that decorates the specified iterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"