Class BaseConstructor.RecursiveTuple<T,K>

java.lang.Object
org.snakeyaml.engine.v2.constructor.BaseConstructor.RecursiveTuple<T,K>
Enclosing class:
BaseConstructor

private static class BaseConstructor.RecursiveTuple<T,K> extends Object
  • Field Details

    • value1

      private final T value1
    • value2

      private final K value2
  • Constructor Details

    • RecursiveTuple

      public RecursiveTuple(T value1, K value2)
  • Method Details

    • getValue2

      public K getValue2()
    • getValue1

      public T getValue1()