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

3
LINES

< > BotCompany Repo | #1012644 // synchronizedMRUCache - synchronized version of MRUCache. persistable

JavaX fragment (include)

static <A, B> Map<A, B> synchronizedMRUCache(int maxSize) {
  ret synchroMap(new MRUCache(maxSize));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1012644
Snippet name: synchronizedMRUCache - synchronized version of MRUCache. persistable
Eternal ID of this version: #1012644/3
Text MD5: 797ee55c661aaa83dc586c507e6c4163
Author: stefan
Category: javax / collections
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-05-13 18:14:14
Source code size: 104 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 400 / 447
Version history: 2 change(s)
Referenced in: [show references]