diguage / jdk-source-analysis

JDK 源码分析

Home Page:https://www.diguage.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

研究一下 Arrays.binarySearch()

diguage opened this issue · comments

java.util.Arrays#binarySearch(int[], int, int, int)

尤其对没有查找到相关值时的返回值,做个说明。