Class Triplet<L,​M,​R>


  • public class Triplet<L,​M,​R>
    extends Object
    • Constructor Detail

      • Triplet

        public Triplet​(L left,
                       M middle,
                       R right)
    • Method Detail

      • getLeft

        public L getLeft()
      • getMiddle

        public M getMiddle()
      • getRight

        public R getRight()