1 | static <A, B> A floorKey(NavigableMap<A, B> map, A key) { |
2 | if (map == null) null; |
3 | ret map.floorKey(key); |
4 | } |
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: | 157 / 190 |
Referenced in: | [show references] |