@Test
 public void testLastIndexOf() {
   int i = randomInt();
   assertEquals(i, list.indexOf(i));
 }