All Known Implementing Classes:
Ellipse2DEqualityDelegate, GeneralPathEqualityDelegate, QualifiedValueEqualityDelegate, RoundRectangle2DEqualityDelegate

public interface EqualityDelegate<T>
Implement to define equality and hash code for class T. Use in conjunction with EqualityDelegateSupport.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    eq(T foo, T bar)
     
    int
    hash(T foo)
     
  • Method Details

    • eq

      boolean eq(T foo, T bar)
    • hash

      int hash(T foo)