Libraryless. Click here for Pure Java version (28L/1K).
static <A, B> Map.Entry<A, B> higherEntry(NavigableMap<A, B> map, A key) { ret map == null ? null : map.higherEntry(key); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030162 |
| Snippet name: | higherEntry |
| Eternal ID of this version: | #1030162/1 |
| Text MD5: | ff88b7c2876987cefa68e484f150ea2b |
| Transpilation MD5: | f750ce2cecf835f28e26f21147abe169 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-11 21:54:20 |
| Source code size: | 127 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 410 / 547 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |