abstract sclass NotifyingMap<A, B> extends AbstractMap<A, B> { Map<A, B> map; // backing map *() {} // for persistence *(Map<A, B> *map) {} get() { } abstract void change(); Map<A, B> unwrap() { ret map; } }
Began life as a copy of #1013865
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1022692 |
| Snippet name: | NotifyingMap [dev.] |
| Eternal ID of this version: | #1022692/1 |
| Text MD5: | 00df5693cea0ab79bf5a51cfca21bdb8 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-31 19:36:07 |
| Source code size: | 241 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 443 / 475 |
| Referenced in: | [show references] |