Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ toBinaryString
Method
toBinaryString
classpath/java/lang/Long.java:101–103 ·
view source on GitHub ↗
(long v)
Source
from the content-addressed store, hash-verified
99
}
100
101
public
static
String toBinaryString(long v) {
102
return
toString(v, 2);
103
}
104
105
public
byte byteValue() {
106
return
(byte) value;
Callers
nothing calls this directly
Calls
1
toString
Method · 0.95
Tested by
no test coverage detected