Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ byteValue
Method
byteValue
classpath/java/lang/Byte.java:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
public
byte byteValue() {
58
return
value;
59
}
60
61
public
short shortValue() {
62
return
value;
Callers
1
getByte
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected