Uses of Enum
com.ibm.icu.segmenter.LocalizedSegmenter.SegmentationType
Packages that use LocalizedSegmenter.SegmentationType
Package
Description
Implementation of a segmentation API that is immutable and uses Streams.
-
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.Methods 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.