Searched refs:Preconditions (Results 1 – 3 of 3) sorted by relevance
28 import jdk.internal.util.Preconditions;372 return Preconditions.checkIndex(index, length, null); in checkIndex()398 return Preconditions.checkFromToIndex(fromIndex, toIndex, length, null); in checkFromToIndex()424 return Preconditions.checkFromIndexSize(fromIndex, size, length, null); in checkFromIndexSize()
35 public class Preconditions { class
1448 "ojluni/src/main/java/jdk/internal/util/Preconditions.java",