Uses of Class
org.eclipse.emf.common.util.SegmentSequence.Builder
Packages that use SegmentSequence.Builder
-
Uses of SegmentSequence.Builder in org.eclipse.emf.common.util
Methods in org.eclipse.emf.common.util that return SegmentSequence.BuilderModifier and TypeMethodDescriptionSegmentSequence.Builder.append(char c) Appends a string representation of the character to the builder and returns the builder itself.Appends a string to the builder and returns the builder itself.static SegmentSequence.BuilderSegmentSequence.newBuilder(String delimiter) Creates a new builder for the given delimiter.static SegmentSequence.BuilderSegmentSequence.newBuilder(String delimiter, int capacity) Creates a new builder for the given delimiter with the given capacity of strings before the buffer needs to grow.SegmentSequence.Builder.reverse()Reverses the strings in the builder and returns the builder itself.