All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadoc.com.google.common.base.class-use.Joiner.html Maven / Gradle / Ivy

The newest version!







Uses of Class com.google.common.base.Joiner (Guava: Google Core Libraries for Java 11.0.1 API)














Uses of Class
com.google.common.base.Joiner

Packages that use Joiner
com.google.common.base Basic utility libraries and interfaces. 
 

Uses of Joiner in com.google.common.base
 

Methods in com.google.common.base that return Joiner
static Joiner Joiner.on(char separator)
          Returns a joiner which automatically places separator between consecutive elements.
static Joiner Joiner.on(String separator)
          Returns a joiner which automatically places separator between consecutive elements.
 Joiner Joiner.skipNulls()
          Returns a joiner with the same behavior as this joiner, except automatically skipping over any provided null elements.
 Joiner Joiner.useForNull(String nullText)
          Returns a joiner with the same behavior as this one, except automatically substituting nullText for any provided null elements.
 



Copyright © 2010-2012. All Rights Reserved.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy