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 java.lang.Object
-
-
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()
-