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

Method longValue

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

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

()

Source from the content-addressed store, hash-verified

45 * @throws NullValueException if <code>this.isNullValue()</code>.
46 */
47 public long longValue()
48 throws NullValueException;
49
50

Callers 15

checkIntMethod · 0.95
testNegIntMethod · 0.95
testIntsMethod · 0.95
testLongsMethod · 0.95
testBigIntegersMethod · 0.95
testBigDecimalsMethod · 0.95
invokeMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

checkIntMethod · 0.76
testNegIntMethod · 0.76
testIntsMethod · 0.76
testLongsMethod · 0.76
testBigIntegersMethod · 0.76
testBigDecimalsMethod · 0.76
invokeMethod · 0.52