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

Method toString

lib/java/lang/Long.java:467–470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465 }
466
467 @Override
468 public String toString() {
469 return Long.toString(value);
470 }
471
472 /**
473 * Converts the specified long value into its decimal string representation.

Callers 7

valueOfMethod · 0.95
appendMethod · 0.95
insertMethod · 0.95
toHexStringMethod · 0.95
appendMethod · 0.95
insertMethod · 0.95
AssertionErrorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected