Class Triplet<E,​F,​G>


  • public final class Triplet<E,​F,​G>
    extends Object
    • Constructor Detail

      • Triplet

        public Triplet​(E x,
                       F y,
                       G z)
    • Method Detail

      • first

        public E first()
      • second

        public F second()
      • third

        public G third()
      • get

        public Object get​(int idx)
      • toArray

        public Object[] toArray()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object