Javadoc for generics.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1153213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2011-08-02 17:35:39 +00:00
parent 2d4b3edff9
commit 6a14e228f5
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
* a collection (for example a total in a map) without needing to create new Integer/Long wrapper objects.
*
* @since 2.1
* @param <T> the type to set and get
* @version $Id$
*/
public interface Mutable<T> {