Method Summary |
|
public Object | clone() Returns a clone of the CaselessStringKey as an
Object . |
public boolean | equals(Object o) Whether another Object equals this one. |
public String | getName() Returns the internal name by reference. |
public int | hashCode() Returns a hash code value for the CaselessStringKey . |
public void | setName(String name) Stores the parameter by reference in the internal name. |
public String | toString() Returns the value returned by getName() . |