摘要: public static boolean isOutOfBounds(int index, int length, int capacity) { return (index | length | (index + length) | (capacity - (index + length))) 阅读全文
posted @ 2018-03-30 22:55 grayfox 阅读(166) 评论(0) 推荐(0) 编辑