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

Method getShort

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

Source from the content-addressed store, hash-verified

48 }
49
50 public short getShort(String s) throws JMSException {
51 mapBody.absorbTheMapBody();
52 return mapBody.getShort(s);
53 }
54
55 public char getChar(String s) throws JMSException {
56 mapBody.absorbTheMapBody();

Calls 1

absorbTheMapBodyMethod · 0.80

Tested by 6

testSetAndGetMapItemsMethod · 0.76
testUpdatingMapItemsMethod · 0.76
testSetObjectMethod · 0.76