| 程序包 | 说明 |
|---|---|
| cn.gongler.util.text |
| 限定符和类型 | 方法和说明 |
|---|---|
StringLinker |
StringLinker.add(byte[] newElement) |
StringLinker |
StringLinker.add(CharSequence newElement,
int times) |
StringLinker |
StringLinker.add(double[] newElement) |
StringLinker |
StringLinker.add(float[] newElement) |
StringLinker |
StringLinker.add(int[] newElement) |
StringLinker |
StringLinker.add(long[] newElement) |
StringLinker |
StringLinker.add(Object newElement) |
StringLinker |
StringLinker.add(Object[] newElement) |
StringLinker |
StringLinker.add(short[] newElement) |
StringLinker |
StringLinker.link(Object... newElements) |
StringLinker |
StringLinker.merge(StringLinker other)
Adds the contents of the given
StringJoiner without prefix and
suffix as the next element if it is non-empty. |
static StringLinker |
StringLinker.of() |
static StringLinker |
StringLinker.of(CharSequence delimiter) |
static StringLinker |
StringLinker.of(CharSequence delimiter,
CharSequence prefix,
CharSequence suffix) |
StringLinker |
StringLinker.setEmptyValue(CharSequence emptyValue)
Sets the sequence of characters to be used when determining the string
representation of this
StringJoiner and no elements have been
added yet, that is, when it is empty. |
StringLinker |
StringLinker.setNullElement(CharSequence defaultElementIfNull) |
StringLinker |
StringLinker.wrapper(CharSequence prefix,
CharSequence suffix) |
| 限定符和类型 | 方法和说明 |
|---|---|
StringLinker |
StringLinker.merge(StringLinker other)
Adds the contents of the given
StringJoiner without prefix and
suffix as the next element if it is non-empty. |
Copyright © 2022. All rights reserved.