public class TBoolean extends TObject implements TSerializable, TComparable<TBoolean>
Modifier and Type | Field and Description |
---|---|
static TBoolean |
FALSE |
static TBoolean |
TRUE |
static Class<Boolean> |
TYPE |
Constructor and Description |
---|
TBoolean(boolean value) |
TBoolean(String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
booleanValue() |
static int |
compare(boolean x,
boolean y) |
int |
compareTo(TBoolean other) |
boolean |
equals(Object obj) |
static boolean |
getBoolean(String key) |
int |
hashCode() |
static boolean |
parseBoolean(String s) |
String |
toString() |
static String |
toString(boolean value) |
static TBoolean |
valueOf(boolean value) |
static TBoolean |
valueOf(String value) |
public TBoolean(boolean value)
public TBoolean(String value)
public int compareTo(TBoolean other)
compareTo
in interface TComparable<TBoolean>
public static int compare(boolean x, boolean y)
public static boolean parseBoolean(String s)
public boolean booleanValue()
public static TBoolean valueOf(boolean value)
public static String toString(boolean value)
public static boolean getBoolean(String key)
Copyright © 2019. All rights reserved.