MCPcopy Index your code
hub / github.com/davidgiven/luje / contains

Method contains

lib/java/util/AbstractMap.java:225–228  ·  view source on GitHub ↗
(Object object)

Source from the content-addressed store, hash-verified

223 if (keySet == null) {
224 keySet = new AbstractSet<K>() {
225 @Override
226 public boolean contains(Object object) {
227 return containsKey(object);
228 }
229
230 @Override
231 public int size() {

Callers

nothing calls this directly

Calls 2

containsKeyMethod · 0.95
containsValueMethod · 0.95

Tested by

no test coverage detected