@Immutable public class Strings extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equalsIgnoreCase(String a,
String b) |
static String |
toLowerCase(String s,
Locale l) |
static String |
toUpperCase(String s,
Locale l) |
public static boolean equalsIgnoreCase(@CheckForNull String a, @CheckForNull String b)
public static String toLowerCase(@CheckForNull String s, Locale l)
public static String toUpperCase(@CheckForNull String s, Locale l)
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.