public final class StringFunctions extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<String,String> |
TRIM |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<String,String> |
toLowerCase() |
static com.google.common.base.Function<String,String> |
toUpperCase() |
public static com.google.common.base.Function<String,String> toLowerCase()
public static com.google.common.base.Function<String,String> toUpperCase()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.