Class Resolver4.Inst

All Implemented Interfaces:
Tuploid1<Definition>, Tuploid2<Definition,ImportContext>, Tuploid3<Definition,ImportContext,Binding>, Tuploid4<Definition,ImportContext,Binding,Integer>, Serializable
Enclosing class:
Resolver4

protected class Resolver4.Inst extends Tuple4<Definition,ImportContext,Binding,Integer>
See Also:
  • Method Details

    • equals

      public boolean equals(Object other)
      Description copied from class: Tuple4
      Check whether the given object is a 4-tuple and all its components are equal to the corresponding components of this tuple.
      Overrides:
      equals in class Tuple4<Definition,ImportContext,Binding,Integer>
      Parameters:
      other - the object to compare with
      Returns:
      whether the given object is a 4-tuple and all its components are equal to the corresponding components of this tuple.
    • equals

      public boolean equals(Resolver4.Inst other)
    • hashCode

      public int hashCode()
      Description copied from class: Tuple4
      Overrides:
      hashCode in class Tuple4<Definition,ImportContext,Binding,Integer>