| Constructor and Description |
|---|
IonValueUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
anyNull(IonValue value)
Determines whether a value is Java null, or any Ion null.
|
public static final boolean anyNull(IonValue value)
value - may be null.(value == null || value.isNullValue())