Class Triple<K,​L,​M>


  • public class Triple<K,​L,​M>
    extends java.lang.Object
    • Constructor Detail

      • Triple

        public Triple​(K first,
                      L second,
                      M third)
    • Method Detail

      • getFirst

        public K getFirst()
      • setFirst

        public void setFirst​(K first)
      • getSecond

        public L getSecond()
      • setSecond

        public void setSecond​(L second)
      • getThird

        public M getThird()
      • setThird

        public void setThird​(M third)