Libraryless. Click here for Pure Java version (3139L/17K).
sinterface IMapImplementationPolicy { public <A, B> Map<A, B> makeSingletonMap(A key, B value); public <A, B> Map<A, B> put(Map<A, B> map, A key, B value); public <A, B> Map<A, B> remove(Map<A, B> map, O key); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
Snippet ID: | #1031859 |
Snippet name: | IMapImplementationPolicy |
Eternal ID of this version: | #1031859/6 |
Text MD5: | e62df4eda97ec1071e97b647d3291a57 |
Transpilation MD5: | cdeffece2a1b70c9757a2018ad2c5b28 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-07-16 07:01:36 |
Source code size: | 221 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 153 / 307 |
Version history: | 5 change(s) |
Referenced in: | #1031860 - FixedMapClass - IMapImplementationPolicy using only one class (e.g. HashMap) #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674) |