Class ImmutableTuple2<T1,​T2>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected T1 t1  
      protected T2 t2  
    • Field Detail

      • t1

        protected final T1 t1
      • t2

        protected final T2 t2
    • Constructor Detail

      • ImmutableTuple2

        public ImmutableTuple2​(T1 t1,
                               T2 t2)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object