Class Helper.TypePair

  • Enclosing class:
    Helper

    static final class Helper.TypePair
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Type<?> t1  
      (package private) Type<?> t2  
    • Constructor Summary

      Constructors 
      Constructor Description
      TypePair​(Type<?> t1, Type<?> t2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • t1

        final Type<?> t1
      • t2

        final Type<?> t2
    • Constructor Detail

      • TypePair

        TypePair​(Type<?> t1,
                 Type<?> t2)
    • Method Detail

      • hashCode

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

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