Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ doubleValue
Method
doubleValue
ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Log.java:134–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
}
133
134
public
double doubleValue() {
135
throw
new
UnsupportedOperationException(getTypeName());
136
}
137
138
public
@NotNull Binary binaryValue() {
139
throw
new
UnsupportedOperationException(getTypeName());
Callers
5
floatValue
Method · 0.95
parseLongSize
Method · 0.45
write
Method · 0.45
followerApply
Method · 0.45
followerApply
Method · 0.45
Calls
1
getTypeName
Method · 0.95
Tested by
no test coverage detected