Maven module :un.api : api-common :
Class : un.api.CObject
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : -
Functions : getHash, toChars, toString, hashCode




Calculate an hash value for this object.
return  int
public int getHash ()


Get a character representation of this object.
return  Chars, never null.
public Chars toChars ()


Convinient JVM mapping.
Avoid using it, use toChars.
public String toString ()


Convinient JVM mapping.
Avoid using it, use getHash.
public int hashCode ()