public static class SAnnotationContainerHelper.MyIterator<E extends Label> extends Object implements Iterator<E>
| Modifier and Type | Field and Description |
|---|---|
protected Class<E> |
clazz |
protected Iterator<Label> |
delegatee
The real iterator, to which this iterator delegates its methods
|
protected E |
next
A handle to the next element, this is necessary to get
hasNext() run. |
| Constructor and Description |
|---|
MyIterator(Iterator<Label> delegatee,
Class<E> clazz) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.