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

Method itemExists

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

Source from the content-addressed store, hash-verified

182 }
183
184 public boolean itemExists(String s) throws JMSException {
185 mapBody.absorbTheMapBody();
186 return mapBody.itemExists(s);
187 }
188
189 protected void doClearBody() {
190 initBody();

Callers 1

testItemExistsMethod · 0.95

Calls 1

absorbTheMapBodyMethod · 0.80

Tested by 1

testItemExistsMethod · 0.76