protected class BasicTranslationPackage.TranslationIterator extends java.lang.Object implements java.util.Iterator<Translation>
| Constructor and Description |
|---|
TranslationIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
protected boolean |
isDone() |
protected void |
moveNext() |
Translation |
next() |
protected void |
nextBundle() |
void |
remove() |
protected boolean isDone()
protected void nextBundle()
protected void moveNext()
public boolean hasNext()
hasNext in interface java.util.Iterator<Translation>public Translation next()
next in interface java.util.Iterator<Translation>public void remove()
remove in interface java.util.Iterator<Translation>