MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / isNullValue

Method isNullValue

src/main/java/com/amazon/ion/IonValue.java:213–213  ·  view source on GitHub ↗

Determines whether this in an Ion null value, e.g. , null or null.string . Note that there are unique null values for each Ion type. @return true if this value is one of the Ion null values.

()

Source from the content-addressed store, hash-verified

211 * @return <code>true</code> if this value is one of the Ion null values.
212 */
213 public boolean isNullValue();
214
215
216 /**

Callers 15

testCloneNullSymbolMethod · 0.95
testBinReadNull01Method · 0.95
testBinReadNull02Method · 0.95
assertNopPadWithValueMethod · 0.95
testAllNullsMethod · 0.95
runEquivalenceChecksMethod · 0.95
isEventStreamMethod · 0.65
eventStreamToEventMethod · 0.65
checkNullStringMethod · 0.65

Implementers 1

IonValueLitesrc/main/java/com/amazon/ion/impl/lite

Calls

no outgoing calls

Tested by 15

testCloneNullSymbolMethod · 0.76
testBinReadNull01Method · 0.76
testBinReadNull02Method · 0.76
assertNopPadWithValueMethod · 0.76
testAllNullsMethod · 0.76
runEquivalenceChecksMethod · 0.76
checkNullStringMethod · 0.52
modifyStringMethod · 0.52
testStringBasicsMethod · 0.52
checkFieldsMethod · 0.52