Uses of Class
com.ibm.icu.segmenter.Segments.IterationDirection
-
Packages that use Segments.IterationDirection Package Description com.ibm.icu.segmenter -
-
Uses of Segments.IterationDirection in com.ibm.icu.segmenter
Methods in com.ibm.icu.segmenter that return Segments.IterationDirection Modifier and Type Method Description static Segments.IterationDirection
Segments.IterationDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static Segments.IterationDirection[]
Segments.IterationDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-