MCPcopy Create free account
hub / github.com/davidgiven/luje / toString

Method toString

lib/java/lang/Short.java:226–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224 }
225
226 @Override
227 public String toString() {
228 return Integer.toString(value);
229 }
230
231 /**
232 * Returns a string containing a concise, human-readable description of the

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected