Class EqualByStringRepresentation
java.lang.Object
org.checkerframework.afu.scenelib.util.EqualByStringRepresentation
- Direct Known Subclasses:
AnnotationFieldType
EqualByStringRepresentation
is a "mix-in" class for objects that are equal if and only if
their getClass
are equal and their toString
representations are equal.
EqualByStringRepresentation
provides implementations of equals(java.lang.Object)
and hashCode()
in terms of toString()
.-
Constructor Summary
Constructors -
Method Summary