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

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

Uses of CaseFormat in com.google.common.base
 

Methods in com.google.common.base that return CaseFormat
static CaseFormat CaseFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CaseFormat[] CaseFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.common.base with parameters of type CaseFormat
 String CaseFormat.to(CaseFormat format, String s)
          Converts the specified String s from this format to the specified format.
 



Copyright © 2010-2011. All Rights Reserved.