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