Uses of Enum
com.ibm.icu.segmenter.Segments.IterationDirection
Packages that use Segments.IterationDirection
-
Uses of Segments.IterationDirection in com.ibm.icu.segmenter
Subclasses with type arguments of type Segments.IterationDirection in com.ibm.icu.segmenterFields in com.ibm.icu.segmenter declared as Segments.IterationDirectionModifier and TypeFieldDescriptionprivate Segments.IterationDirectionBoundaryIteratorOfInts.directionprivate final Segments.IterationDirectionSegmentIterable.directionprivate final Segments.IterationDirectionSegmentIterator.directionMethods in com.ibm.icu.segmenter that return Segments.IterationDirectionModifier and TypeMethodDescriptionstatic Segments.IterationDirectionReturns the enum constant of this type with the specified name.static Segments.IterationDirection[]Segments.IterationDirection.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.ibm.icu.segmenter with parameters of type Segments.IterationDirectionModifierConstructorDescription(package private)BoundaryIteratorOfInts(BreakIterator breakIter, CharSequence sourceSequence, Segments.IterationDirection direction, int startIdx) (package private)BoundarySpliterator(BreakIterator breakIter, CharSequence sourceSequence, Segments.IterationDirection direction, int startIdx) (package private)SegmentIterable(BreakIterator breakIter, Segments.IterationDirection direction, int startIdx, CharSequence source) (package private)SegmentIterator(BreakIterator breakIter, Segments.IterationDirection direction, int startIdx, CharSequence source)