Class EqualsAndHashCode<T>

java.lang.Object
org.teamapps.ux.cache.record.EqualsAndHashCode<T>

public class EqualsAndHashCode<T>
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    EqualsAndHashCode​(java.util.function.BiPredicate<T,​java.lang.Object> equals, it.unimi.dsi.fastutil.objects.Object2IntFunction<T> hashCode)  
  • Method Summary

    Modifier and Type Method Description
    static <T> EqualsAndHashCode<T> bypass()  
    java.util.function.BiPredicate<T,​java.lang.Object> getEquals()  
    it.unimi.dsi.fastutil.objects.Object2IntFunction<T> getHashCode()  
    static <T> EqualsAndHashCode<T> identity()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EqualsAndHashCode

      public EqualsAndHashCode​(java.util.function.BiPredicate<T,​java.lang.Object> equals, it.unimi.dsi.fastutil.objects.Object2IntFunction<T> hashCode)
  • Method Details