public final class AreaId extends java.lang.Object implements IWrappedInteger<AreaId>, java.lang.Comparable<AreaId>
| Modifier and Type | Field and Description |
|---|---|
static AreaId |
UNINITIALIZED |
static AreaId |
ZERO |
| Constructor and Description |
|---|
AreaId(int val) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AreaId that) |
boolean |
equals(java.lang.Object object) |
int |
hashCode() |
int |
intValue() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoStringpublic static final AreaId UNINITIALIZED
public static final AreaId ZERO
public int intValue()
intValue in interface IWrappedInteger<AreaId>public int compareTo(AreaId that)
compareTo in interface IWrappedInteger<AreaId>compareTo in interface java.lang.Comparable<AreaId>public boolean equals(java.lang.Object object)
equals in interface IWrappedInteger<AreaId>equals in class java.lang.Objectpublic int hashCode()
hashCode in interface IWrappedInteger<AreaId>hashCode in class java.lang.Object