Searched refs:CaseFormat (Results 1 – 1 of 1) sorted by relevance
29 public enum CaseFormat { enum59 private CaseFormat(Pattern wordBoundary, String wordSeparator) { in CaseFormat() method in CaseFormat70 public String to(CaseFormat format, String s) { in to()