private class I18nRepository.SingleLocale.FileIterator extends Object implements Iterator<I18nFile>
Modifier and Type | Field and Description |
---|---|
private int |
index
Current file index.
|
Constructor and Description |
---|
FileIterator()
Create file iterator instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Return true if there are more I18N files into single locale repository.
|
I18nFile |
next()
Get current processing file from single locale repository.
|
void |
remove()
Iterator remove operation is not supported.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
public I18nFile next()
hasNext()
otherwise behavior is not defined.public void remove()
remove
in interface Iterator<I18nFile>
UnsupportedOperationException
- always since remove operation is not supported.Copyright © 2019. All rights reserved.