Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

检查用户参数 #1

Open
RyanPro opened this issue Jul 18, 2016 · 0 comments
Open

检查用户参数 #1

RyanPro opened this issue Jul 18, 2016 · 0 comments

Comments

@RyanPro
Copy link

RyanPro commented Jul 18, 2016

// 检查[start, end)是一个长度为size的集合合法的子集范围
// 失败时抛出 IndexOutOfBoundsException
Preconditions.checkPositionIndexs(int start, int index, int size)

这个方法应该为
Preconditions.checkPositionIndexs(int start, int end, int size)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant