| Package | Description |
|---|---|
| org.eclipse.emf.common.util |
Provides basic utilities.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentSequence.Builder |
SegmentSequence.Builder.append(char c)
Appends a string representation of the character to the builder and returns the builder itself.
|
SegmentSequence.Builder |
SegmentSequence.Builder.append(java.lang.String string)
Appends a string to the builder and returns the builder itself.
|
static SegmentSequence.Builder |
SegmentSequence.newBuilder(java.lang.String delimiter)
Creates a new builder for the given delimiter.
|
static SegmentSequence.Builder |
SegmentSequence.newBuilder(java.lang.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 |
SegmentSequence.Builder.reverse()
Reverses the strings in the builder and returns the builder itself.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature