MCPcopy Index your code
hub / github.com/antlr/codebuff / containsValue

Method containsValue

output/java_guava/1.4.17/AbstractBiMap.java:113–116  ·  view source on GitHub ↗
(@Nullable Object value)

Source from the content-addressed store, hash-verified

111 // Query Operations (optimizations)
112
113 @Override
114 public boolean containsValue(@Nullable Object value) {
115 return inverse.containsKey(value);
116 }
117
118 // Modification Operations
119

Callers 1

putInBothMapsMethod · 0.95

Calls 1

containsKeyMethod · 0.65

Tested by

no test coverage detected