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

Method getBoolean

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

Source from the content-addressed store, hash-verified

38 }
39
40 public boolean getBoolean(String s) throws JMSException {
41 mapBody.absorbTheMapBody();
42 return mapBody.getBoolean(s);
43 }
44
45 public byte getByte(String s) throws JMSException {
46 mapBody.absorbTheMapBody();

Calls 1

absorbTheMapBodyMethod · 0.80

Tested by 6

testSetAndGetMapItemsMethod · 0.76
testUpdatingMapItemsMethod · 0.76
testSetObjectMethod · 0.76