kodo.util
Class  CharIdentity
java.lang.Object
  |
  +--kodo.util.SingleFieldIdentity
        |
        +--kodo.util.CharIdentity
- All Implemented Interfaces: 
- Serializable
- public class CharIdentity- extends SingleFieldIdentity
SingleFieldIdentity subclass appropriate for char fields.
- See Also: 
- Serialized Form
 
 
 
 
CharIdentity
public CharIdentity(Class cls,
                    Character key)
CharIdentity
public CharIdentity(Class cls,
                    String key)
CharIdentity
public CharIdentity(Class cls,
                    char key)
getKey
public char getKey()
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- SingleFieldIdentity
 
equals
public boolean equals(Object o)
- 
- Overrides:
- equalsin class- SingleFieldIdentity
 
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.