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

3
LINES

< > BotCompany Repo | #1024524 // mruCache - synonym of synchronizedMRUCache

JavaX fragment (include)

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

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024524
Snippet name: mruCache - synonym of synchronizedMRUCache
Eternal ID of this version: #1024524/3
Text MD5: 87c4cfefee1f41040600a6d1aea10fdb
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-17 15:59:10
Source code size: 88 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 159 / 178
Version history: 2 change(s)
Referenced in: [show references]