| Package | Description |
|---|---|
| software.amazon.ion |
Public interfaces of the core Ion system.
|
| software.amazon.ion.util |
Various utilites for working with Ion data.
|
| Modifier and Type | Method and Description |
|---|---|
IonDecimal |
IonDecimal.clone() |
IonDecimal |
ValueFactory.newDecimal(BigDecimal value)
Constructs a new Ion
decimal instance from a Java
BigDecimal. |
IonDecimal |
ValueFactory.newDecimal(BigInteger value)
Constructs a new Ion
decimal instance from a Java
BigInteger. |
IonDecimal |
ValueFactory.newDecimal(double value)
Constructs a new Ion
decimal instance from a Java
double. |
IonDecimal |
ValueFactory.newDecimal(long value)
Constructs a new Ion
decimal instance from a Java
long. |
IonDecimal |
ValueFactory.newNullDecimal()
Constructs a new
null.decimal instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueVisitor.visit(IonDecimal value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractValueVisitor.visit(IonDecimal value) |