public final class Normal extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Get the original name before normalization.
|
String |
getNormal()
Get the normalized name.
|
int |
hashCode() |
static Normal |
normal(String name)
Create a new instance.
|
static String |
normalize(String name)
Normalize a string according to the rules of this class.
|
String |
toString()
Return the un-normalized name.
|
public String getName()
public String getNormal()
public static String normalize(String name)
name - an stringpublic static Normal normal(String name)
name - the nameCopyright © 2015. All Rights Reserved.