MCPcopy Create free account
hub / github.com/antlr/codebuff / containsKey

Method containsKey

corpus/java/training/guava/collect/Maps.java:831–834  ·  view source on GitHub ↗
(@Nullable Object key)

Source from the content-addressed store, hash-verified

829 }
830
831 @Override
832 public boolean containsKey(@Nullable Object key) {
833 return backingSet().contains(key);
834 }
835
836 @Override
837 public V get(@Nullable Object key) {

Callers

nothing calls this directly

Calls 2

backingSetMethod · 0.95
containsMethod · 0.65

Tested by

no test coverage detected