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 value1  
      private K value2  
    • Constructor Summary

      Constructors 
      Constructor Description
      RecursiveTuple​(T value1, K value2)  
    • Method Summary

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

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

      • value1

        private final T value1
      • value2

        private final K value2
    • Constructor Detail

      • RecursiveTuple

        public RecursiveTuple​(T value1,
                              K value2)
    • Method Detail

      • getValue2

        public K getValue2()
      • getValue1

        public T getValue1()