Class Eq<Q extends Eq<Q>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int hash  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Eq​(java.lang.Object... hash)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract boolean eq​(Q other)  
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • hash

        private final int hash
    • Constructor Detail

      • Eq

        protected Eq​(java.lang.Object... hash)
    • Method Detail

      • eq

        protected abstract boolean eq​(Q other)
      • equals

        public final boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object