public class IntId extends SingleFieldId<Integer>
hashCode, STRING_DELIMITER, targetClassName
Constructor and Description |
---|
IntId() |
IntId(Class pcClass,
int key) |
IntId(Class pcClass,
Integer key) |
IntId(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.
|
int |
getKey() |
Integer |
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 IntId(Class pcClass, int key)
public IntId()
public int getKey()
public Integer getKeyAsObject()
getKeyAsObject
in class SingleFieldId<Integer>
public String toString()
public boolean equals(Object obj)
SingleFieldId
equals
in class SingleFieldId<Integer>
obj
- the other objectpublic int compareTo(Object o)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class SingleFieldId<Integer>
out
- the outputIOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class SingleFieldId<Integer>
in
- the inputIOException
ClassNotFoundException
Copyright © 2017. All rights reserved.