Libraryless. Click here for Pure Java version (3598L/21K).
1 | static int intBufferBinarySearch(IntBuffer buf, int key) { |
2 | ret buf == null ? -1 : intArrayBinarySearch(buf.data, 0, buf.size(), key); |
3 | } |
Began life as a copy of #1029041
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1031749 |
Snippet name: | intBufferBinarySearch |
Eternal ID of this version: | #1031749/1 |
Text MD5: | 45a514eb27afd2dda1a5d054b8c72a95 |
Transpilation MD5: | f0541aca2db7f80824c6901d2057aa90 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-06-29 04:35:18 |
Source code size: | 139 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 171 / 254 |
Referenced in: | [show references] |