Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amazon-ion/ion-java
/ decimal
Method
decimal
src/test/java/com/amazon/ion/IonTestCase.java:493–496 ·
view source on GitHub ↗
(String text)
Source
from the content-addressed store, hash-verified
491
492
493
public
IonDecimal decimal(String text)
494
{
495
return
(IonDecimal) oneValue(text);
496
}
497
498
public
IonSexp oneSexp(String text)
499
{
Callers
4
testNegativeZero
Method · 0.80
checkEquality
Method · 0.80
testSetValue
Method · 0.80
testIonDecimalHashCode
Method · 0.80
Calls
1
oneValue
Method · 0.95
Tested by
no test coverage detected