Uses of Enum
com.ibm.icu.segmenter.LocalizedSegmenter.SegmentationType
Packages that use LocalizedSegmenter.SegmentationType
-
Uses of LocalizedSegmenter.SegmentationType in com.ibm.icu.segmenter
Subclasses with type arguments of type LocalizedSegmenter.SegmentationType in com.ibm.icu.segmenterModifier and TypeClassDescriptionstatic enumThe type of segmentation to be performed.Fields in com.ibm.icu.segmenter declared as LocalizedSegmenter.SegmentationTypeMethods in com.ibm.icu.segmenter that return LocalizedSegmenter.SegmentationTypeModifier and TypeMethodDescriptionReturns 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.SegmentationTypeModifier and TypeMethodDescriptionLocalizedSegmenter.Builder.setSegmentationType(LocalizedSegmenter.SegmentationType segmentationType) Set the segmentation type to be performed.Constructors in com.ibm.icu.segmenter with parameters of type LocalizedSegmenter.SegmentationTypeModifierConstructorDescriptionprivateLocalizedSegmenter(ULocale locale, LocalizedSegmenter.SegmentationType segmentationType)