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

4
LINES

< > BotCompany Repo | #1030009 // unwrapSynchronizedMapOrNull

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2514L/16K).

static <A, B> Map<A, B> unwrapSynchronizedMapOrNull(Map<A, B> map) {
  Map<A, B> map2 = unwrapSynchronizedMap(map);
  ret map2 == map ? null : map2;
}

Author comment

Began life as a copy of #1017786

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030009
Snippet name: unwrapSynchronizedMapOrNull
Eternal ID of this version: #1030009/2
Text MD5: 30f11d10f3eaddd0a11e4165c868f1a1
Transpilation MD5: 182460186e7e368588282d4a010ee997
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-10-29 11:48:27
Source code size: 153 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 124 / 194
Version history: 1 change(s)
Referenced in: [show references]