Uses of Class
com.ibm.icu.segmenter.Segment
-
Packages that use Segment Package Description com.ibm.icu.segmenter -
-
Uses of Segment in com.ibm.icu.segmenter
Methods in com.ibm.icu.segmenter that return Segment Modifier and Type Method Description SegmentSegments. segmentAt(int i)Returns the segment that contains indexi.Methods in com.ibm.icu.segmenter that return types with arguments of type Segment Modifier and Type Method Description default Stream<Segment>Segments. segments()Returns aStreamof allSegments in the source sequence.Stream<Segment>Segments. segmentsBefore(int i)Returns aStreamof allSegments in the source sequence where all segment limitslsatisfyl ≤ i.Stream<Segment>Segments. segmentsFrom(int i)Returns aStreamof allSegments in the source sequence where all segment limitslsatisfyi < l.
-