7172737475767778798081
p.set(indexEnd, rand.nextInt()); } catch(Exception e) { assertTrue(e.getClass() == ArrayIndexOutOfBoundsException.class); } p.clear(); for(int i = indexStart; i < indexEnd; i++) { assertEquals(0, p.get(i)); } }