Package com.ibm.icu.util
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 com.ibm.icu.util.LocaleMatcher.LsrIterator
bestDesiredIndex -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()next()voidrememberCurrent(int desiredIndex) Methods inherited from class com.ibm.icu.util.LocaleMatcher.LsrIterator
removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.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
-