Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ toString
Method
toString
code/src/java/pcgen/util/SignedInteger.java:71–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
@Override
72
public
String toString()
73
{
74
if
(value > 0)
75
{
76
return
"+"
+ value;
77
}
78
return
String.valueOf(value);
79
}
80
81
@Override
82
public
int
compareTo(SignedInteger arg0)
Callers
nothing calls this directly
Calls
1
valueOf
Method · 0.45
Tested by
no test coverage detected