Uses of Class
com.ibm.icu.segmenter.LocalizedSegmenter.SegmentationType
-
Packages that use LocalizedSegmenter.SegmentationType Package Description com.ibm.icu.segmenter -
-
Uses of LocalizedSegmenter.SegmentationType in com.ibm.icu.segmenter
Methods in com.ibm.icu.segmenter that return LocalizedSegmenter.SegmentationType Modifier and Type Method Description static LocalizedSegmenter.SegmentationTypeLocalizedSegmenter.SegmentationType. valueOf(String name)Returns the enum constant of this type with the specified name.static LocalizedSegmenter.SegmentationType[]LocalizedSegmenter.SegmentationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.segmenter with parameters of type LocalizedSegmenter.SegmentationType Modifier and Type Method Description LocalizedSegmenter.BuilderLocalizedSegmenter.Builder. setSegmentationType(LocalizedSegmenter.SegmentationType segmentationType)Set the segmentation type to be performed.
-