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

Method contains

lib/java/util/HashMap.java:517–520  ·  view source on GitHub ↗
(Object object)

Source from the content-addressed store, hash-verified

515 if (keySet == null) {
516 keySet = new AbstractSet<K>() {
517 @Override
518 public boolean contains(Object object) {
519 return containsKey(object);
520 }
521
522 @Override
523 public int size() {

Callers

nothing calls this directly

Calls 2

containsKeyMethod · 0.95
containsValueMethod · 0.95

Tested by

no test coverage detected