Uses of Class
com.ibm.icu.segmenter.Segment
Packages that use Segment
Package
Description
Implementation of a segmentation API that is immutable and uses Streams.
-
Uses of Segment in com.ibm.icu.segmenter
Methods in com.ibm.icu.segmenter that return SegmentModifier and TypeMethodDescriptionSegments.segmentAt(int i) Returns the segment that contains indexi.Methods in com.ibm.icu.segmenter that return types with arguments of type SegmentModifier and TypeMethodDescriptionSegments.segments()Returns aStreamof allSegments in the source sequence.Segments.segmentsBefore(int i) Returns aStreamof allSegments in the source sequence where all segment limitslsatisfyl ≤ i.Segments.segmentsFrom(int i) Returns aStreamof allSegments in the source sequence where all segment limitslsatisfyi < l.