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

Method values

corpus/java/training/guava/collect/BiMap.java:101–101  ·  view source on GitHub ↗

{@inheritDoc} Because a bimap has unique values, this method returns a Set, instead of the java.util.Collection specified in the Map interface.

()

Source from the content-addressed store, hash-verified

99 * interface.
100 */
101 @Override
102 Set<V> values();
103
104 /**

Callers 15

valuesMethod · 0.65
getPropertyMethod · 0.65
getAttributesMethod · 0.65
passthruMethod · 0.65
setDefaultArgumentsMethod · 0.65
showMethod · 0.65
valuesMethod · 0.65
getPropertyMethod · 0.65
getAttributesMethod · 0.65
passthruMethod · 0.65

Implementers 6

AbstractBiMapoutput/java_guava/1.4.17/AbstractBiMap
AbstractBiMapoutput/java_guava/1.4.13/AbstractBiMap
AbstractBiMapoutput/java_guava/1.4.19/AbstractBiMap
AbstractBiMapoutput/java_guava/1.4.16/AbstractBiMap
AbstractBiMapoutput/java_guava/1.4.18/AbstractBiMap
AbstractBiMapcorpus/java/training/guava/collect/Abs

Calls

no outgoing calls

Tested by

no test coverage detected