public class CaseInsensitiveString extends Object
Constructor | Description |
---|---|
CaseInsensitiveString(String s) |
Constructs an CaseInsentiveString object from the given string
|
Modifier and Type | Method | 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.