| Package | Description |
|---|---|
| net.ninjacat.smooth.utils |
| Modifier and Type | Field and Description |
|---|---|
static Joiner |
Joiner.PATH_JOINER
Ready to use Joiner for paths
|
| Modifier and Type | Method and Description |
|---|---|
Joiner |
Joiner.noDuplicateSeparators()
Configures Joiner to prevent duplicate separators.
|
static Joiner |
Joiner.on(String separator)
Creates a new Joiner object with a specified separator.
|
Joiner |
Joiner.skipNulls()
Configures Joiner to ignore
null elements. |
Joiner |
Joiner.useForNulls(String forNulls)
Sets the string to use in place of
null elements. |
Copyright © 2018. All rights reserved.