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

Method containsValue

output/java_guava/1.4.13/AbstractBiMap.java:111–114  ·  view source on GitHub ↗
(@Nullable Object value)

Source from the content-addressed store, hash-verified

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

Callers 1

putInBothMapsMethod · 0.95

Calls 1

containsKeyMethod · 0.65

Tested by

no test coverage detected