Uses of Class
com.ibm.icu.segmenter.Segment
Packages that use Segment
-
Uses of Segment in com.ibm.icu.segmenter
Classes in com.ibm.icu.segmenter that implement interfaces with type arguments of type SegmentModifier and TypeClassDescription(package private) classThisIterableexists to enable the creation of aSpliteratorthat in turn enables the creation of a lazyStream.(package private) classMethods in com.ibm.icu.segmenter that return SegmentModifier and TypeMethodDescriptionSegmentIterator.next()Segments.segmentAt(int i) Returns the segment that contains indexi.SegmentsImpl.segmentAt(int i) Methods in com.ibm.icu.segmenter that return types with arguments of type SegmentModifier and TypeMethodDescriptionSegmentIterable.iterator()Segments.segments()Returns aStreamof allSegments in the source sequence.Segments.segmentsBefore(int i) Returns aStreamof allSegments in the source sequence where all segment limitslsatisfyl ≤ i.SegmentsImpl.segmentsBefore(int i) Segments.segmentsFrom(int i) Returns aStreamof allSegments in the source sequence where all segment limitslsatisfyi < l.SegmentsImpl.segmentsFrom(int i)