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

4
LINES

< > BotCompany Repo | #1021543 // isMRUCacheFull

JavaX fragment (include)

sbool isMRUCacheFull(Map map) {
  Int max = maxSizeOfMRUCache(map);
  ret max != null && l(map) >= max;
}

Author comment

Began life as a copy of #1018177

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: #1021543
Snippet name: isMRUCacheFull
Eternal ID of this version: #1021543/4
Text MD5: 9978907fe9931faf9b9d184f5a9eba1b
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-17 17:02:11
Source code size: 108 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 212 / 230
Version history: 3 change(s)
Referenced in: [show references]