File tree 1 file changed +2
-2
lines changed
_overviews/collections-2.13
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ Immutable maps support in addition operations to add and remove mappings by retu
51
51
| ** Additions and Updates:** | |
52
52
| ` ms.updated(k, v) ` <br >or ` ms + (k -> v) ` | The map containing all mappings of ` ms ` as well as the mapping ` k -> v ` from key ` k ` to value ` v ` .|
53
53
| ** Removals:** | |
54
- | ` ms.remove (k) ` <br >or ` ms - k ` | The map containing all mappings of ` ms ` except for any mapping of key ` k ` .|
55
- | ` ms.removeAll (ks) ` <br >or ` ms -- ks ` | The map containing all mappings of ` ms ` except for any mapping with a key in ` ks ` .|
54
+ | ` ms.removed (k) ` <br >or ` ms - k ` | The map containing all mappings of ` ms ` except for any mapping of key ` k ` .|
55
+ | ` ms.removedAll (ks) ` <br >or ` ms -- ks ` | The map containing all mappings of ` ms ` except for any mapping with a key in ` ks ` .|
56
56
57
57
Mutable maps support in addition the operations summarized in the following table.
58
58
You can’t perform that action at this time.
0 commit comments