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

4
LINES

< > BotCompany Repo | #1033282 // floorKey

JavaX fragment (include)

static <A, B> A floorKey(NavigableMap<A, B> map, A key) {
  if (map == null) null;
  ret map.floorKey(key);
}

Author comment

Began life as a copy of #1033270

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033282
Snippet name: floorKey
Eternal ID of this version: #1033282/1
Text MD5: 0bb74a7d8a5895c26b425a5860344235
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-18 07:42:31
Source code size: 112 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 78 / 105
Referenced in: [show references]