static <A, B> Map<A, B> withoutKey(Map<A, B> map, A key) { ret mapWithoutKey(map, key); } static <A, B> Map<A, B> withoutKey(A key, Map<A, B> map) { ret withoutKey(map, key); }
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: | 382 / 424 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |