Constant
.
Modifier and Type | Field and Description |
---|---|
private final int | |
private final String | |
private static final AtomicLong | |
private final long |
Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public final int | compareTo(T
the object to be compared. o)Implements java. |
public final boolean | equals(Object
the reference object with which to compare. obj)Overrides java. |
public final int | |
public final int | |
public final String | |
public final String |
id | back to summary |
---|---|
private final int id |
name | back to summary |
---|---|
private final String name |
uniqueIdGenerator | back to summary |
---|---|
private static final AtomicLong uniqueIdGenerator |
uniquifier | back to summary |
---|---|
private final long uniquifier |
AbstractConstant | back to summary |
---|---|
protected AbstractConstant(int id, String name) Creates a new instance. |
compareTo | back to summary |
---|---|
public final int compareTo(T o) Implements java. Doc from java. Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object. The implementor must ensure The implementor must also ensure that the relation is transitive:
Finally, the implementor must ensure that
|
equals | back to summary |
---|---|
public final boolean equals(Object obj) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
hashCode | back to summary |
---|---|
public final int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
id | back to summary |
---|---|
public final int id() Implements io. Doc from io. Returns the unique number assigned to this
|
name | back to summary |
---|---|
public final String name() Implements io. Doc from io. Returns the name of this
|
toString | back to summary |
---|---|
public final String toString() Overrides java. Doc from java. Returns a string representation of the object. |