public class CaseInsensitiveString extends Object
Constructor and Description |
---|
CaseInsensitiveString(String s)
Constructs an CaseInsentiveString object from the given string
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compare the object with this
|
String |
getString()
returns the underlying string
|
int |
hashCode()
Returns the hashCode of this object
|
String |
toString()
Overrides superclass method
|
public CaseInsensitiveString(String s)
s
- The string to construct this object fromCopyright © 2016 Unicode, Inc. and others.