Class Triple<A,B,C>

java.lang.Object
com.ticxo.modelengine.api.utils.data.Triple<A,B,C>

public class Triple<A,B,C> extends Object
  • Constructor Details

    • Triple

      public Triple(A first, B second, C third)
  • Method Details

    • getFirst

      public A getFirst()
    • getSecond

      public B getSecond()
    • getThird

      public C getThird()
    • setFirst

      public void setFirst(A first)
    • setSecond

      public void setSecond(B second)
    • setThird

      public void setThird(C third)