Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amazon-ion/ion-java
/ setValue
Method
setValue
src/main/java/com/amazon/ion/IonDecimal.java:74–74 ·
view source on GitHub ↗
Sets the value of this element.
(long value)
Source
from the content-addressed store, hash-verified
72
* Sets the value of this element.
73
*/
74
public
void
setValue(long value);
75
76
/**
77
* Sets the value of this element.
Callers
4
testNegativeZero
Method · 0.95
testSetValue
Method · 0.95
testPrintingDecimal
Method · 0.95
writeDecimal
Method · 0.95
Implementers
1
IonDecimalLite
src/main/java/com/amazon/ion/impl/lite
Calls
no outgoing calls
Tested by
3
testNegativeZero
Method · 0.76
testSetValue
Method · 0.76
testPrintingDecimal
Method · 0.76