MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / getDouble

Method getDouble

java/jms/src/org/opendds/jms/MapMessageImpl.java:75–78  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

73 }
74
75 public double getDouble(String s) throws JMSException {
76 mapBody.absorbTheMapBody();
77 return mapBody.getDouble(s);
78 }
79
80 public String getString(String s) throws JMSException {
81 mapBody.absorbTheMapBody();

Calls 1

absorbTheMapBodyMethod · 0.80

Tested by 6

testSetAndGetMapItemsMethod · 0.76
testUpdatingMapItemsMethod · 0.76
testSetObjectMethod · 0.76