MCPcopy Create free account
hub / github.com/ReadyTalk/avian / toBinaryString

Method toBinaryString

classpath/java/lang/Integer.java:69–71  ·  view source on GitHub ↗
(int v)

Source from the content-addressed store, hash-verified

67 }
68
69 public static String toBinaryString(int v) {
70 return Long.toString(((long) v) & 0xFFFFFFFFL, 2);
71 }
72
73 public byte byteValue() {
74 return (byte) value;

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected