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:
Thomas Neidhart 2013-10-18 21:58:39 +00:00
parent 93c587d5e4
commit 56763bf0cd
1 changed files with 2 additions and 0 deletions

View File

@ -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}.