public static class Properties.Int extends Properties.Value
Modifier and Type | Field and Description |
---|---|
static char |
TYPE |
int |
value |
type, typeStr
Constructor and Description |
---|
Int(int value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares this object to the specified object.
|
int |
hashCode()
Returns a hash code for this Int.
|
java.lang.String |
toString() |
public static final char TYPE
public int value
public java.lang.String toString()
toString
in class Properties.Value
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object