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) |
boolean |
equals(Object obj)
Check the class and class name and object type.
|
short |
getKey() |
Short |
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, hashCode
public ShortId(Class pcClass, short key)
public ShortId()
public short getKey()
public Short getKeyAsObject()
getKeyAsObject
in class SingleFieldId<Short>
public String toString()
public boolean equals(Object obj)
SingleFieldId
equals
in class SingleFieldId<Short>
obj
- the other objectpublic int compareTo(Object o)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class SingleFieldId<Short>
out
- the outputIOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class SingleFieldId<Short>
in
- the inputIOException
ClassNotFoundException
Copyright © 2017. All rights reserved.