Class Triplet<L,​M,​R>


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

      • of

        public static <L,​M,​R> Triplet<L,​M,​R> of​(L left,
                                                                        M middle,
                                                                        R right)
      • getLeft

        public L getLeft()
      • getMiddle

        public M getMiddle()
      • getRight

        public R getRight()