Class ImmutableSetForContains

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.ImmutableSetForContains
All Implemented Interfaces:
BugChecker.ClassTreeMatcher, Suppressible, Serializable

public final class ImmutableSetForContains extends BugChecker implements BugChecker.ClassTreeMatcher
Refactoring to suggest using private static final ImmutableSet over ImmutableList when using only contains, containsAll and isEmpty.
See Also: