Libraryless. Click here for Pure Java version (3598L/21K).
static int intBufferBinarySearch(IntBuffer buf, int key) { ret buf == null ? -1 : intArrayBinarySearch(buf.data, 0, buf.size(), key); }
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: | 393 / 519 | 
| Referenced in: | [show references] |