Class LocaleMatcher.ULocaleLsrIterator
java.lang.Object
com.ibm.icu.util.LocaleMatcher.LsrIterator
com.ibm.icu.util.LocaleMatcher.ULocaleLsrIterator
- Enclosing class:
LocaleMatcher
-
Field Summary
FieldsFields inherited from class LocaleMatcher.LsrIterator
bestDesiredIndex -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()next()voidrememberCurrent(int desiredIndex) Methods inherited from class LocaleMatcher.LsrIterator
removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
locales
-
current
-
remembered
-
-
Constructor Details
-
ULocaleLsrIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
rememberCurrent
public void rememberCurrent(int desiredIndex) - Specified by:
rememberCurrentin classLocaleMatcher.LsrIterator
-