public class Values
extends Object
-
Constructor Summary
Constructors
-
Method Summary
of(Handle handle,
double d,
boolean immutable)
of(Handle handle,
float f,
boolean immutable)
of(Handle handle,
int i,
boolean immutable)
of(Handle handle,
long l,
boolean immutable)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
of
- Parameters:
handle
- Handle
identifier for the Value
numeral
- Numeral
to initialize the Value
with
immutable
- true
if the Value
should be immutable
- Returns:
Value
with the specified parameters
-
of
public static Value of(Handle handle,
int i,
boolean immutable)
- Parameters:
handle
- Handle
identifier for the Value
i
- int
to initialize the Value
with
immutable
- true
if the Value
should be immutable
- Returns:
Value
with the specified parameters
-
of
public static Value of(Handle handle,
long l,
boolean immutable)
- Parameters:
handle
- Handle
identifier for the Value
l
- long
to initialize the Value
with
immutable
- true
if the Value
should be immutable
- Returns:
Value
with the specified parameters
-
of
- Parameters:
handle
- Handle
identifier for the Value
bi
- BigInteger
to initialize the Value
with
immutable
- true
if the Value
should be immutable
- Returns:
Value
with the specified parameters
-
of
public static Value of(Handle handle,
float f,
boolean immutable)
- Parameters:
handle
- Handle
identifier for the Value
f
- float
to initialize the Value
with
immutable
- true
if the Value
should be immutable
- Returns:
Value
with the specified parameters
-
of
public static Value of(Handle handle,
double d,
boolean immutable)
- Parameters:
handle
- Handle
identifier for the Value
d
- double
to initialize the Value
with
immutable
- true
if the Value
should be immutable
- Returns:
Value
with the specified parameters
-
of
- Parameters:
handle
- Handle
identifier for the Value
bd
- BigDecimal
to initialize the Value
with
immutable
- true
if the Value
should be immutable
- Returns:
Value
with the specified parameters
-
of
- Parameters:
handle
- Handle
identifier for the Value
str
- String
to initialize the Value
with
immutable
- true
if the Value
should be immutable
- Returns:
Value
with the specified parameters
- Throws:
NumberFormatException
- if str is not a valid number representation
-
of
- Parameters:
numeral
- Numeral
to initialize the Value
with
- Returns:
- static
Value
with the specified value
-
of
public static Value of(int i)
- Parameters:
i
- int
to initialize the Value
with
- Returns:
- static
Value
with the specified value
-
of
public static Value of(long l)
- Parameters:
l
- long
to initialize the Value
with
- Returns:
- static
Value
with the specified value
-
of
- Parameters:
bi
- BigInteger
to initialize the Value
with
- Returns:
- static
Value
with the specified value
-
of
public static Value of(float f)
- Parameters:
f
- float
to initialize the Value
with
- Returns:
- static
Value
with the specified value
-
of
public static Value of(double d)
- Parameters:
d
- double
to initialize the Value
with
- Returns:
- static
Value
with the specified value
-
of
- Parameters:
bd
- BigDecimal
to initialize the Value
with
- Returns:
- static
Value
with the specified value
-
-
mutable
- Parameters:
handle
- Handle
identifier for the Value
numeral
- Numeral
to initialize the Value
with
- Returns:
- mutable
Value
with the specified parameters
-
mutable
- Parameters:
handle
- Handle
identifier for the Value
i
- int
to initialize the Value
with
- Returns:
- mutable
Value
with the specified parameters
-
mutable
- Parameters:
handle
- Handle
identifier for the Value
l
- long
to initialize the Value
with
- Returns:
- mutable
Value
with the specified parameters
-
mutable
- Parameters:
handle
- Handle
identifier for the Value
bi
- BigInteger
to initialize the Value
with
- Returns:
- mutable
Value
with the specified parameters
-
mutable
- Parameters:
handle
- Handle
identifier for the Value
f
- float
to initialize the Value
with
- Returns:
- mutable
Value
with the specified parameters
-
mutable
- Parameters:
handle
- Handle
identifier for the Value
d
- double
to initialize the Value
with
- Returns:
- mutable
Value
with the specified parameters
-
mutable
- Parameters:
handle
- Handle
identifier for the Value
bd
- BigDecimal
to initialize the Value
with
- Returns:
- mutable
Value
with the specified parameters
-
-
immutable
- Parameters:
handle
- Handle
identifier for the Value
numeral
- Numeral
to initialize the Value
with
- Returns:
- immutable
Value
with the specified parameters
-
immutable
- Parameters:
handle
- Handle
identifier for the Value
i
- int
to initialize the Value
with
- Returns:
- immutable
Value
with the specified parameters
-
immutable
- Parameters:
handle
- Handle
identifier for the Value
l
- long
to initialize the Value
with
- Returns:
- immutable
Value
with the specified parameters
-
immutable
- Parameters:
handle
- Handle
identifier for the Value
bi
- BigInteger
to initialize the Value
with
- Returns:
- immutable
Value
with the specified parameters
-
immutable
- Parameters:
handle
- Handle
identifier for the Value
f
- float
to initialize the Value
with
- Returns:
- immutable
Value
with the specified parameters
-
immutable
- Parameters:
handle
- Handle
identifier for the Value
d
- double
to initialize the Value
with
- Returns:
- immutable
Value
with the specified parameters
-
immutable
- Parameters:
handle
- Handle
identifier for the Value
bd
- BigDecimal
to initialize the Value
with
- Returns:
- immutable
Value
with the specified parameters
-