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

Method intValue

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

Gets the content of this Ion int as a Java int value. @return the int value. @throws NullValueException if this.isNullValue() .

()

Source from the content-addressed store, hash-verified

35 * @throws NullValueException if <code>this.isNullValue()</code>.
36 */
37 public int intValue()
38 throws NullValueException;
39
40 /**

Callers 15

testLoadingSimpleFileMethod · 0.95
singleValueTextGzipMethod · 0.95
singleValueBinaryGzipMethod · 0.95
testNegIntMethod · 0.95
testIntsMethod · 0.95
testBigIntegersMethod · 0.95
testBigDecimalsMethod · 0.95
testReadOnlyIntMethod · 0.95

Implementers 1

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

Calls

no outgoing calls

Tested by 15

testLoadingSimpleFileMethod · 0.76
singleValueTextGzipMethod · 0.76
singleValueBinaryGzipMethod · 0.76
testNegIntMethod · 0.76
testIntsMethod · 0.76
testBigIntegersMethod · 0.76
testBigDecimalsMethod · 0.76
testReadOnlyIntMethod · 0.76