MCPcopy 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

fromStringMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected