Class BasicTranslationPackage.TranslationIterator
java.lang.Object
com.inductiveautomation.ignition.common.i18n.translation.BasicTranslationPackage.TranslationIterator
- All Implemented Interfaces:
- Iterator<Translation>
- Enclosing class:
- BasicTranslationPackage
protected class BasicTranslationPackage.TranslationIterator
extends Object
implements Iterator<Translation>
- 
Constructor Details- 
TranslationIteratorpublic TranslationIterator()
 
- 
- 
Method Details- 
isDoneprotected boolean isDone()
- 
nextBundleprotected void nextBundle()
- 
moveNextprotected void moveNext()
- 
hasNextpublic boolean hasNext()- Specified by:
- hasNextin interface- Iterator<Translation>
 
- 
next- Specified by:
- nextin interface- Iterator<Translation>
 
- 
removepublic void remove()- Specified by:
- removein interface- Iterator<Translation>
 
 
-