public final class Recode extends Object
Constructor and Description |
---|
Recode() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Object o1,
Object o2) |
static int |
compare(String a,
String b) |
static int |
compare(String a,
String b,
String mapping) |
static int |
compareIgnoreCase(String a,
String b) |
static String |
recode(String str,
String mapping) |
static char |
toAscii(char c) |
static String |
toAscii(String str) |
static String |
toLowerCaseAscii(String str) |
static String |
toUpperCaseAscii(String str) |
Copyright © 2016 Egothor. All Rights Reserved.