Class EqualByStringRepresentation

java.lang.Object
org.checkerframework.afu.scenelib.util.EqualByStringRepresentation
Direct Known Subclasses:
AnnotationFieldType

public abstract class EqualByStringRepresentation extends Object
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 Details

    • EqualByStringRepresentation

      public EqualByStringRepresentation()
  • Method Details