Javadoc syntax
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1476777 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2803f385e6
commit
22ed893d2a
|
@ -412,7 +412,7 @@ public class MultiValueMap<K, V> extends AbstractMapDecorator<K, Object> impleme
|
|||
* The iterator will return multiple Entry objects with the same key
|
||||
* if there are multiple values mapped to this key.
|
||||
* <p>
|
||||
* NOTE: calling {@link Entry#setValue(Object)} on any of the returned
|
||||
* NOTE: calling {@link java.util.Map.Entry#setValue(Object)} on any of the returned
|
||||
* elements will result in a {@link UnsupportedOperationException}.
|
||||
*
|
||||
* @return the iterator of all mappings in this map
|
||||
|
|
Loading…
Reference in New Issue