public class CharId extends SingleFieldId<Character>
hashCode, STRING_DELIMITER, targetClassName| Constructor and Description |
|---|
CharId() |
CharId(Class pcClass,
char key) |
CharId(Class pcClass,
Character key) |
CharId(Class pcClass,
String str) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object obj)
Check the class and class name and object type.
|
char |
getKey() |
Character |
getKeyAsObject() |
void |
readExternal(ObjectInput in)
Read this object.
|
String |
toString()
Return the String form of the key.
|
void |
writeExternal(ObjectOutput out)
Write this object.
|
assertKeyNotNull, compare, getTargetClassName, hashCodepublic CharId(Class pcClass, char key)
public CharId()
public char getKey()
public Character getKeyAsObject()
getKeyAsObject in class SingleFieldId<Character>public String toString()
public boolean equals(Object obj)
SingleFieldIdequals in class SingleFieldId<Character>obj - the other objectpublic int compareTo(Object o)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class SingleFieldId<Character>out - the outputIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class SingleFieldId<Character>in - the inputIOExceptionClassNotFoundExceptionCopyright © 2017. All rights reserved.