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

Method bigIntegerValue

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

Gets the content of this Ion int as a Java BigInteger value. @return the BigInteger value, or null if this is null.int .

()

Source from the content-addressed store, hash-verified

56 * or <code>null</code> if this is <code>null.int</code>.
57 */
58 public BigInteger bigIntegerValue();
59
60 /**
61 * Gets the value of this Ion {@code int} as a {@link BigDecimal}.

Callers 15

checkIntMethod · 0.95
testRoundTripMethod · 0.95
testBigIntegersMethod · 0.95
testBigDecimalsMethod · 0.95
generateIonIntsMethod · 0.95
checkNullIntMethod · 0.65
modifyIntMethod · 0.65
validateIonIntMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

checkIntMethod · 0.76
testRoundTripMethod · 0.76
testBigIntegersMethod · 0.76
testBigDecimalsMethod · 0.76
generateIonIntsMethod · 0.76
checkNullIntMethod · 0.52
modifyIntMethod · 0.52
validateIonIntMethod · 0.52