Searched defs:throwsIfOutOfBounds (Results 1 – 2 of 2) sorted by relevance
29 public static void throwsIfOutOfBounds(int totalLength, int pos, int len) { in throwsIfOutOfBounds() method in Assertions36 public static void throwsIfOutOfBounds(byte[] buffer, int pos, int len) { in throwsIfOutOfBounds() method in Assertions
803 public static void throwsIfOutOfBounds(int len, int offset, int count) { in throwsIfOutOfBounds() method in ArrayUtils