Searched refs:checkFromToBounds (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DSpliterators.java177 checkFromToBounds(Objects.requireNonNull(array).length, fromIndex, toIndex);
239 checkFromToBounds(Objects.requireNonNull(array).length, fromIndex, toIndex);
305 checkFromToBounds(Objects.requireNonNull(array).length, fromIndex, toIndex);
371 checkFromToBounds(Objects.requireNonNull(array).length, fromIndex, toIndex);
385 private static void checkFromToBounds(int arrayLength, int origin, int fence) { method in class:Spliterators

Completed in 7 milliseconds