Uses of Class
com.ibm.icu.impl.coll.FCDIterCollationIterator.State
-
Packages that use FCDIterCollationIterator.State Package Description com.ibm.icu.impl.coll -
-
Uses of FCDIterCollationIterator.State in com.ibm.icu.impl.coll
Fields in com.ibm.icu.impl.coll declared as FCDIterCollationIterator.State Modifier and Type Field Description private FCDIterCollationIterator.State
FCDIterCollationIterator. state
Methods in com.ibm.icu.impl.coll that return FCDIterCollationIterator.State Modifier and Type Method Description static FCDIterCollationIterator.State
FCDIterCollationIterator.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FCDIterCollationIterator.State[]
FCDIterCollationIterator.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-