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

Method equals

corpus/java/training/guava/base/Function.java:78–78  ·  view source on GitHub ↗

Indicates whether another object is equal to this function. Most implementations will have no reason to override the behavior of Object#equals. However, an implementation may also choose to return true whenever object is a Function that it considers interchange

(@Nullable Object object)

Source from the content-addressed store, hash-verified

76 * that the functions are known <i>not</i> to be interchangeable.
77 */
78 @Override
79 boolean equals(@Nullable Object object);
80}

Callers 15

equalMethod · 0.65
equalsMethod · 0.65
equalsMethod · 0.65
equalsMethod · 0.65
applyMethod · 0.65
equalsMethod · 0.65
equalsMethod · 0.65
equalsMethod · 0.65
equalsMethod · 0.65
equalsMethod · 0.65
doEquivalentMethod · 0.65
equalsMethod · 0.65

Implementers 15

EntrySetoutput/java_guava/1.4.17/AbstractBiMap
NotPredicateoutput/java_guava/1.4.17/Predicates.ja
AndPredicateoutput/java_guava/1.4.17/Predicates.ja
OrPredicateoutput/java_guava/1.4.17/Predicates.ja
IsEqualToPredicateoutput/java_guava/1.4.17/Predicates.ja
InstanceOfPredicateoutput/java_guava/1.4.17/Predicates.ja
SubtypeOfPredicateoutput/java_guava/1.4.17/Predicates.ja
InPredicateoutput/java_guava/1.4.17/Predicates.ja
CompositionPredicateoutput/java_guava/1.4.17/Predicates.ja
ContainsPatternPredicateoutput/java_guava/1.4.17/Predicates.ja
EquivalentToPredicateoutput/java_guava/1.4.17/Equivalence.j
Converteroutput/java_guava/1.4.17/Converter.jav

Calls

no outgoing calls

Tested by

no test coverage detected