Interface Intrinsics.EqualityFunction

Enclosing class:
Intrinsics

public static interface Intrinsics.EqualityFunction
Anything that implements value-equality function as replaced by the equals(java.lang.Object, java.lang.Object) intrinsic. Not a public interface because we want the implementing methods to be effectively protected, but used for API consistency in templates.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object v1, Object v2)
     
  • Method Details