Package com.carrotsearch.hppc
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
-
Method Details
-
equals
-