Class Eq<Q extends Eq<Q>>

java.lang.Object
org.immutables.value.processor.encode.Eq<Q>
Direct Known Subclasses:
Code.Term, Type.Array, Type.Parameterized, Type.Wildcard.Extends, Type.Wildcard.Super

public abstract class Eq<Q extends Eq<Q>> extends Object
  • Field Summary

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

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

    Modifier and Type
    Method
    Description
    protected abstract boolean
    eq(Q other)
     
    final boolean
     
    final int
     

    Methods inherited from class java.lang.Object

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

    • hash

      private final int hash
  • Constructor Details

    • Eq

      protected Eq(Object... hash)
  • Method Details

    • eq

      protected abstract boolean eq(Q other)
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object