public class ShortId extends SingleFieldId<Short>
hashCode, STRING_DELIMITER, targetClassName| Constructor and Description |
|---|
ShortId() |
ShortId(Class pcClass,
short key) |
ShortId(Class pcClass,
Short key) |
ShortId(Class pcClass,
String str) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
short |
getKey() |
Short |
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 ShortId(Class pcClass, short key)
public ShortId()
public short getKey()
public Short getKeyAsObject()
getKeyAsObject in class SingleFieldId<Short>public String toString()
protected boolean keyEquals(SingleFieldId obj)
keyEquals in class SingleFieldId<Short>public int compareTo(Object o)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class SingleFieldId<Short>out - the outputIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class SingleFieldId<Short>in - the inputIOExceptionClassNotFoundExceptionCopyright © 2019. All rights reserved.