类 cn.dreampie.common.util.Joiner
的使用

使用 Joiner 的软件包
cn.dreampie.common.util   
 

cn.dreampie.common.utilJoiner 的使用
 

返回 Joinercn.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.
 



Copyright © 2015. All rights reserved.