| |
|
| java.lang.Object com.ibm.icu.util.CaseInsensitiveString
CaseInsensitiveString | public class CaseInsensitiveString (Code) | | A string used as a key in java.util.Hashtable and other
collections. It retains case information, but its equals() and
hashCode() methods ignore case.
|
CaseInsensitiveString | public CaseInsensitiveString(String s)(Code) | | Constructs an CaseInsentiveString object from the given string
Parameters: s - The string to construct this object from |
equals | public boolean equals(Object o)(Code) | | Compare the object with this
Parameters: o - Object to compare this object with |
getString | public String getString()(Code) | | returns the underlying string
String |
hashCode | public int hashCode()(Code) | | Returns the hashCode of this object
int hashcode |
toString | public String toString()(Code) | | Overrides superclass method
|
|
|
|