Package eu.tneitzel.rmg.internal
Class Pair<K,V>
- java.lang.Object
-
- eu.tneitzel.rmg.internal.Pair<K,V>
-
- Type Parameters:
K- type of leftV- type of right
public class Pair<K,V> extends Object
For the MethodArguments class, a Pair type is required. Unfortunately, Java 8 does not support such a type natively. This class is a very basic implementation that fulfills the requirements.- Author:
- Tobias Neitzel (@qtc_de)