public class LocaleResourceNameIterator extends Object implements Iterator<String>
| Constructor and Description |
|---|
LocaleResourceNameIterator(Locale locale,
boolean strict)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
Locale |
getLocale() |
boolean |
hasNext() |
String |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic LocaleResourceNameIterator(Locale locale, boolean strict)
locale - strict - public Locale getLocale()
public boolean hasNext()
hasNext in interface Iterator<String>Iterator.hasNext()public String next()
next in interface Iterator<String>Iterator.next()public void remove()
remove in interface Iterator<String>Iterator.remove()Copyright © 2006–2018 Apache Software Foundation. All rights reserved.