MCPcopy Create free account
hub / github.com/PCGen/pcgen / toString

Method toString

code/src/java/pcgen/util/Delta.java:74–77  ·  view source on GitHub ↗

toString @param v @return String

(Integer v)

Source from the content-addressed store, hash-verified

72 * @return String
73 */
74 public static String toString(Integer v)
75 {
76 return toString(v.intValue());
77 }
78
79 /**
80 * Returns a String representation of an integer value. If the value is

Callers 15

getTokenMethod · 0.95
getTokenMethod · 0.95
getTokenMethod · 0.95
getTokenMethod · 0.95
getTokenMethod · 0.95
getMaxDexTokenMethod · 0.95
getHitDiceTokenMethod · 0.95
getMediumTokenMethod · 0.95
writeArmorPropertyMethod · 0.95
getTokenMethod · 0.95
getTokenMethod · 0.95
getTokenMethod · 0.95

Calls 4

intValueMethod · 0.80
floatValueMethod · 0.80
toStringMethod · 0.65
valueOfMethod · 0.45

Tested by

no test coverage detected