Uses of Enum Class
com.google.errorprone.bugpatterns.TypesWithUndefinedEquality
Packages that use TypesWithUndefinedEquality
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of TypesWithUndefinedEquality in com.google.errorprone.bugpatterns
Subclasses with type arguments of type TypesWithUndefinedEquality in com.google.errorprone.bugpatternsModifier and TypeClassDescriptionenum
Enumerates types which have poorly-defined behaviour for equals.Methods in com.google.errorprone.bugpatterns that return TypesWithUndefinedEqualityModifier and TypeMethodDescriptionstatic TypesWithUndefinedEquality
Returns the enum constant of this class with the specified name.static TypesWithUndefinedEquality[]
TypesWithUndefinedEquality.values()
Returns an array containing the constants of this enum class, in the order they are declared.