Home
last modified time | relevance | path

Searched refs:removeElementAt (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DStack.java85 removeElementAt(len - 1); in pop()
DVector.java555 public synchronized void removeElementAt(int index) { in removeElementAt() method
643 removeElementAt(i); in removeElement()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DVectorTest.java496 v.removeElementAt(0); in test_elements_subtest0()
570 tVector.removeElementAt(22); in test_equalsLjava_lang_Object()
759 v.removeElementAt(0); in test_isEmpty_subtest0()
771 v.removeElementAt(0); in test_isEmpty_subtest0()
996 v.removeElementAt(50); in test_removeElementAtI()
1004 tVector.removeElementAt(60); in test_removeElementAtI()
1010 tVector.removeElementAt(-1); in test_removeElementAtI()
1017 tVector.removeElementAt(tVector.size()); in test_removeElementAtI()
1238 v.removeElementAt(0); in test_size()
1250 v.removeElementAt(0); in test_size()
/libcore/ojluni/annotations/hiddenapi/java/util/
DVector.java133 public synchronized void removeElementAt(int index) { in removeElementAt() method in Vector
/libcore/ojluni/annotations/sdk/nullability/java/util/
DVector.annotated.java75 public synchronized void removeElementAt(int index) { throw new RuntimeException("Stub!"); } in removeElementAt() method in Vector