A bit more Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1482645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee1c540920
commit
8f5e319af8
|
@ -40,6 +40,9 @@ public interface Put<K, V> {
|
|||
public void clear();
|
||||
|
||||
/**
|
||||
* Note that the return type is Object, rather than V as in the Map interface.
|
||||
* See the class Javadoc for further info.
|
||||
*
|
||||
* @see Map#put(Object, Object)
|
||||
*/
|
||||
public Object put(K key, V value);
|
||||
|
|
Loading…
Reference in New Issue