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

Method getChar

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

Source from the content-addressed store, hash-verified

53 }
54
55 public char getChar(String s) throws JMSException {
56 mapBody.absorbTheMapBody();
57 return mapBody.getChar(s);
58 }
59
60 public int getInt(String s) throws JMSException {
61 mapBody.absorbTheMapBody();

Callers 4

testSetAndGetMapItemsMethod · 0.95
testUpdatingMapItemsMethod · 0.95
testSetObjectMethod · 0.95

Calls 1

absorbTheMapBodyMethod · 0.80

Tested by 4

testSetAndGetMapItemsMethod · 0.76
testUpdatingMapItemsMethod · 0.76
testSetObjectMethod · 0.76