MCPcopy Create free account
hub / github.com/davidgiven/luje / containsKey

Method containsKey

lib/java/util/Collections.java:1308–1310  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

1306 }
1307
1308 public boolean containsKey(Object key) {
1309 return m.containsKey(key);
1310 }
1311
1312 public boolean containsValue(Object value) {
1313 return m.containsValue(value);

Callers

nothing calls this directly

Calls 1

containsKeyMethod · 0.65

Tested by

no test coverage detected