com.ibm.icu.util
public class CaseInsensitiveString extends Object
UNKNOWN: ICU 2.0
| Constructor Summary | |
|---|---|
| CaseInsensitiveString(String s)
Constructs an CaseInsentiveString object from the given string | |
| Method Summary | |
|---|---|
| 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 |
Parameters: s The string to construct this object from
UNKNOWN: ICU 2.0
Parameters: o Object to compare this object with
UNKNOWN: ICU 2.0
Returns: String
UNKNOWN: ICU 2.0
Returns: int hashcode
UNKNOWN: ICU 2.0
UNKNOWN: ICU 3.6