| 返回 Joiner 的 cn.dreampie.common.util 中的方法 |
static Joiner |
Joiner.on(char separator)
Returns a joinKit which automatically places separator between consecutive elements. |
static Joiner |
Joiner.on(String separator)
Returns a joinKit which automatically places separator between consecutive elements. |
Joiner |
Joiner.skipNulls()
Returns a joinKit with the same behavior as this joinKit, except automatically skipping over any
provided null elements. |
Joiner |
Joiner.useForNull(String nullText)
Returns a joinKit with the same behavior as this one, except automatically substituting nullText for any provided null elements. |