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:
parent
2d4b3edff9
commit
6a14e228f5
|
@ -27,6 +27,7 @@ package org.apache.commons.lang3.mutable;
|
|||
* 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> {
|
||||
|
|
Loading…
Reference in New Issue