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) |
char |
getKey() |
Character |
getKeyAsObject() |
protected boolean |
keyEquals(SingleFieldId obj) |
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, equals, getTargetClassName, hashCodepublic CharId(Class pcClass, char key)
public CharId()
public char getKey()
public Character getKeyAsObject()
getKeyAsObject in class SingleFieldId<Character>public String toString()
protected boolean keyEquals(SingleFieldId obj)
keyEquals in class SingleFieldId<Character>public 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 © 2019. All rights reserved.