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 |
|---|
SAnnotationContainerHelper.MyIterator(Iterator<Label> delegatee,
Class<E> clazz) |
Copyright © 2009–2015 Humboldt-Universität zu Berlin, INRIA. All rights reserved.