public class ShortIdentity extends SingleFieldIdentity
hashCode, keyAsObject, msg| Constructor and Description | 
|---|
| ShortIdentity()Constructor only for Externalizable. | 
| ShortIdentity(Class pcClass,
             short key)Constructor with class and key. | 
| ShortIdentity(Class pcClass,
             Short key)Constructor with class and key. | 
| ShortIdentity(Class pcClass,
             String str)Constructor with class and key. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(Object o)Determine the ordering of identity objects. | 
| protected Object | createKeyAsObject()Create the key as an Object. | 
| boolean | equals(Object obj)Determine if the other object represents the same object id. | 
| short | getKey()Return the key. | 
| 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, getKeyAsObject, getTargetClass, getTargetClassName, hashClassName, hashCode, setKeyAsObjectpublic ShortIdentity(Class pcClass, short key)
pcClass - the classkey - the keypublic ShortIdentity(Class pcClass, Short key)
pcClass - the classkey - the keypublic ShortIdentity(Class pcClass, String str)
pcClass - the classstr - the keypublic ShortIdentity()
public short getKey()
public String toString()
public boolean equals(Object obj)
equals in class SingleFieldIdentityobj - the other objectpublic int compareTo(Object o)
o - Other identityprotected Object createKeyAsObject()
createKeyAsObject in class SingleFieldIdentitypublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class SingleFieldIdentityout - the outputIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class SingleFieldIdentityin - the inputIOExceptionClassNotFoundExceptionCopyright © 2005–2020 Apache Software Foundation. All rights reserved.