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