parent
80238cd1c0
commit
c4f4528b35
|
@ -26,7 +26,7 @@ import java.util.Map;
|
||||||
* A <code>Map</code> implementation that matches keys and values based
|
* A <code>Map</code> implementation that matches keys and values based
|
||||||
* on <code>==</code> not <code>equals()</code>.
|
* on <code>==</code> not <code>equals()</code>.
|
||||||
* <p>
|
* <p>
|
||||||
* <strong>This map will violate the detail of various Map and map view contracts.</note>
|
* <strong>This map will violate the detail of various Map and map view contracts.</strong>
|
||||||
* As a general rule, don't compare this map to other maps. In particular, you can't
|
* As a general rule, don't compare this map to other maps. In particular, you can't
|
||||||
* use decorators like {@link ListOrderedMap} on it, which silently assume that these
|
* use decorators like {@link ListOrderedMap} on it, which silently assume that these
|
||||||
* contracts are fulfilled.
|
* contracts are fulfilled.
|
||||||
|
|
Loading…
Reference in New Issue