| Package | Description |
|---|---|
| org.apache.commons.lang3 |
Provides highly reusable utility methods, chiefly concerned with adding value to the
java.lang classes. |
| Modifier and Type | Method and Description |
|---|---|
static <T> AppendableJoiner.Builder<T> |
AppendableJoiner.builder()
Creates a new builder.
|
AppendableJoiner.Builder<T> |
AppendableJoiner.Builder.setDelimiter(CharSequence delimiter)
Sets the delimiter that separates each element.
|
AppendableJoiner.Builder<T> |
AppendableJoiner.Builder.setElementAppender(FailableBiConsumer<Appendable,T,IOException> appender)
Sets the consumer used to render each element of type
T onto an Appendable. |
AppendableJoiner.Builder<T> |
AppendableJoiner.Builder.setPrefix(CharSequence prefix)
Sets the sequence of characters to be used at the beginning.
|
AppendableJoiner.Builder<T> |
AppendableJoiner.Builder.setSuffix(CharSequence suffix)
Sets the sequence of characters to be used at the end.
|
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.