Searched refs:makeOutOfBoundsExceptionMessage (Results 1 – 5 of 5) sorted by relevance
173 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in addBoolean()265 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()269 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in BooleanArrayList
173 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in addInt()265 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()269 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in IntArrayList
173 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in addFloat()265 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()269 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in FloatArrayList
174 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in addDouble()266 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()270 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in DoubleArrayList
173 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in addLong()265 throw new IndexOutOfBoundsException(makeOutOfBoundsExceptionMessage(index)); in ensureIndexInRange()269 private String makeOutOfBoundsExceptionMessage(int index) { in makeOutOfBoundsExceptionMessage() method in LongArrayList