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

Method contains

lib/java/util/TreeMap.java:873–876  ·  view source on GitHub ↗
(Object object)

Source from the content-addressed store, hash-verified

871 }
872
873 @Override
874 public boolean contains(Object object) {
875 return subMap.containsKey(object);
876 }
877
878 @Override
879 public boolean isEmpty() {

Callers

nothing calls this directly

Calls 1

containsKeyMethod · 0.65

Tested by

no test coverage detected