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

Method setValue

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

Sets the content of this value.

(int value)

Source from the content-addressed store, hash-verified

79 * Sets the content of this value.
80 */
81 public void setValue(int value);
82
83 /**
84 * Sets the content of this value.

Callers 15

testReadOnlyIntMethod · 0.95
testPrintingIntMethod · 0.95
modifyStringMethod · 0.65
modifyDecimalMethod · 0.65
modifySymbolMethod · 0.65
testCloneMethod · 0.65
modifyFloatMethod · 0.65
modifyIntMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 12

testReadOnlyIntMethod · 0.76
testPrintingIntMethod · 0.76
modifyStringMethod · 0.52
modifyDecimalMethod · 0.52
modifySymbolMethod · 0.52
testCloneMethod · 0.52
modifyFloatMethod · 0.52
modifyIntMethod · 0.52