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