1 | static <A, B> Map<A, B> withoutKey(Map<A, B> map, A key) { |
2 | ret mapWithoutKey(map, key); |
3 | } |
4 | |
5 | static <A, B> Map<A, B> withoutKey(A key, Map<A, B> map) { |
6 | ret withoutKey(map, key); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1029975 |
Snippet name: | withoutKey - synonym of mapWithoutKey |
Eternal ID of this version: | #1029975/2 |
Text MD5: | 96dc817f9d08be8c7c1ef310983e6c38 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-10-26 09:31:03 |
Source code size: | 181 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 178 / 218 |
Version history: | 1 change(s) |
Referenced in: | [show references] |