Package com.google.jenkins.plugins.util
Class NameValuePair<N,V>
- java.lang.Object
-
- com.google.jenkins.plugins.util.NameValuePair<N,V>
-
- Type Parameters:
N
- The type for the nameV
- The type for the value
public class NameValuePair<N,V> extends Object
A name-value pair helper class.
-
-
Constructor Summary
Constructors Constructor Description NameValuePair(N name, V value)
Construct a pair from the given name and value.
-