public final class CypherValues extends Object
限定符和类型 | 字段和说明 |
---|---|
static CypherText |
EMPTY_STRING |
构造器和说明 |
---|
CypherValues() |
限定符和类型 | 方法和说明 |
---|---|
static CypherBoolean |
booleanValue(boolean value) |
static CypherByte |
byteValue(byte value) |
static CypherChar |
charValue(char value) |
static CypherDouble |
doubleValue(double value) |
static CypherFloat |
floatValue(float value) |
static CypherInt |
intValue(int value) |
static CypherLong |
longValue(long value) |
static CypherNumber |
numberValue(Number number) |
static CypherShort |
shortValue(short value) |
static CypherTextArray |
stringArray(String... value) |
static CypherText |
stringValue(String value) |
public static final CypherText EMPTY_STRING
public static CypherInt intValue(int value)
public static CypherLong longValue(long value)
public static CypherByte byteValue(byte value)
public static CypherShort shortValue(short value)
public static CypherBoolean booleanValue(boolean value)
public static CypherChar charValue(char value)
public static CypherDouble doubleValue(double value)
public static CypherFloat floatValue(float value)
public static CypherNumber numberValue(Number number)
public static CypherText stringValue(String value)
public static CypherTextArray stringArray(String... value)