Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Vector/
DSyncLastIndexOf.java47 v.removeElementAt(0); in run()
/libcore/ojluni/src/main/java/java/util/
DStack.java84 removeElementAt(len - 1); in pop()
DVector.java547 public synchronized void removeElementAt(int index) { in removeElementAt() method
639 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
/libcore/api/
Dcurrent.txt15280 method public void removeElementAt(int);