Add javadoc for generic parameter types.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1533646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
93c587d5e4
commit
56763bf0cd
|
@ -143,6 +143,8 @@ public class Pair<K, V> {
|
|||
* Convenience factory method that calls the
|
||||
* {@link #Pair(Object, Object) constructor}.
|
||||
*
|
||||
* @param <K> the key type
|
||||
* @param <V> the value type
|
||||
* @param k First element of the pair.
|
||||
* @param v Second element of the pair.
|
||||
* @return a new {@code Pair} containing {@code k} and {@code v}.
|
||||
|
|
Loading…
Reference in New Issue