Class Tuple4<T1,T2,T3,T4>

java.lang.Object
io.activej.common.tuple.Tuple4<T1,T2,T3,T4>

public final class Tuple4<T1,T2,T3,T4> extends Object
  • Constructor Details

    • Tuple4

      public Tuple4(T1 value1, T2 value2, T3 value3, T4 value4)
  • Method Details

    • getValue1

      @Contract(pure=true) public T1 getValue1()
    • getValue2

      @Contract(pure=true) public T2 getValue2()
    • getValue3

      @Contract(pure=true) public T3 getValue3()
    • getValue4

      @Contract(pure=true) public T4 getValue4()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object