Constructor and Description |
---|
BInteger(long value) |
Modifier and Type | Method and Description |
---|---|
boolean |
booleanValue() |
byte |
byteValue()
Returns the value of the specified number as an
byte ,
which may involve rounding or truncation. |
BValue |
copy()
Deep copy
BValue . |
boolean |
equals(Object o) |
double |
floatValue()
Returns the value of the specified number as a
float ,
which may involve rounding. |
BType |
getType() |
int |
hashCode() |
long |
intValue()
Returns the value of the specified number as an
int ,
which may involve rounding or truncation. |
String |
stringValue() |
Long |
value() |
toString
public long intValue()
BValueType
int
,
which may involve rounding or truncation.intValue
in class BValueType
int
.public byte byteValue()
BValueType
byte
,
which may involve rounding or truncation.byteValue
in class BValueType
byte
.public double floatValue()
BValueType
float
,
which may involve rounding.floatValue
in class BValueType
float
.public boolean booleanValue()
booleanValue
in class BValueType
public String stringValue()
stringValue
in interface BValue
Copyright © 2018 WSO2. All rights reserved.