Package com.carrotsearch.hppc
Interface Intrinsics.EqualityFunction
-
- Enclosing class:
- Intrinsics
public static interface Intrinsics.EqualityFunction
Anything that implements value-equality function as replaced by theequals(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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
equals(java.lang.Object v1, java.lang.Object v2)
-