Class IdentityHashMapBoxing

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.IdentityHashMapBoxing
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, BugChecker.NewClassTreeMatcher, Suppressible, Serializable

public class IdentityHashMapBoxing extends BugChecker implements BugChecker.NewClassTreeMatcher, BugChecker.MethodInvocationTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: