public static class Properties.Boolean extends Properties.Value
Modifier and Type | Field and Description |
---|---|
static char |
TYPE |
boolean |
value |
type, typeStr
Constructor and Description |
---|
Boolean(boolean value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean
value as this object.
|
int |
hashCode()
Returns a hash code for this Boolean object.
|
java.lang.String |
toString() |
public static final char TYPE
public boolean 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