Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boxbeam/RedLib
/ getDouble
Method
getDouble
src/redempt/redlib/json/JSONMap.java:24–26 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
22
}
23
24
public
Double getDouble(String key) {
25
return
(Double) get(key);
26
}
27
28
public
Long getLong(String key) {
29
return
(Long) get(key);
Callers
1
fromString
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected