Package 

Interface EqualityDelegate


  • @Stable() 
    public interface EqualityDelegate
    
                        

    Determines equality between two values or a value's hash code.

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean equals(Object self, Object other)
      abstract Integer hashCode(Object self)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait