Uses of Interface
com.ibm.icu.segmenter.Segments
-
Packages that use Segments Package Description com.ibm.icu.segmenter -
-
Uses of Segments in com.ibm.icu.segmenter
Methods in com.ibm.icu.segmenter that return Segments Modifier and Type Method Description SegmentsLocalizedSegmenter. segment(CharSequence s)Returns aSegmentsobject that encapsulates the segmentation of the inputCharSequence.SegmentsRuleBasedSegmenter. segment(CharSequence s)Returns aSegmentsobject that encapsulates the segmentation of the inputCharSequence.SegmentsSegmenter. segment(CharSequence s)Returns aSegmentsobject that encapsulates the segmentation of the inputCharSequence.
-