| 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 |
|---|---|
IonNull |
IonNull.clone() |
IonNull |
ValueFactory.newNull()
Constructs a new
null.null instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueVisitor.visit(IonNull value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractValueVisitor.visit(IonNull value) |