Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1022692 // NotifyingMap [dev.]

JavaX fragment (include)

1  
abstract sclass NotifyingMap<A, B> extends AbstractMap<A, B> {
2  
  Map<A, B> map; // backing map
3  
4  
  *() {} // for persistence
5  
  *(Map<A, B> *map) {}
6  
  
7  
  get() {
8  
  }
9  
10  
  abstract void change();
11  
  
12  
  Map<A, B> unwrap() { ret map; }
13  
}

Author comment

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: 181 / 204
Referenced in: [show references]