Class BaseConstructor.RecursiveTuple<T,​K>

  • Enclosing class:
    BaseConstructor

    private static class BaseConstructor.RecursiveTuple<T,​K>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T _1  
      private K _2  
    • Constructor Summary

      Constructors 
      Constructor Description
      RecursiveTuple​(T _1, K _2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T _1()  
      K _2()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _1

        private final T _1
      • _2

        private final K _2
    • Constructor Detail

      • RecursiveTuple

        public RecursiveTuple​(T _1,
                              K _2)
    • Method Detail

      • _2

        public K _2()
      • _1

        public T _1()