Home
last modified time | relevance | path

Searched refs:insertElementAt (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DVectorTest.java385 tVector.insertElementAt(null, 20); in test_containsLjava_lang_Object()
474 tVector.insertElementAt(null, 20); in test_elements()
585 tVector.insertElementAt(null, 0); in test_firstElement()
630 tVector.insertElementAt(null, 20); in test_hashCode()
695 v.insertElementAt("Inserted Element", 99); in test_insertElementAtLjava_lang_ObjectI()
700 v.insertElementAt(null, 20); in test_insertElementAtLjava_lang_ObjectI()
704 tVector.insertElementAt("Inserted Element", -1); in test_insertElementAtLjava_lang_ObjectI()
711 tVector.insertElementAt(null, -1); in test_insertElementAtLjava_lang_ObjectI()
718 tVector.insertElementAt("Inserted Element", tVector.size() + 1); in test_insertElementAtLjava_lang_ObjectI()
725 tVector.insertElementAt(null, tVector.size() + 1); in test_insertElementAtLjava_lang_ObjectI()
[all …]
/libcore/ojluni/annotations/hiddenapi/java/util/
DVector.java137 public synchronized void insertElementAt(E obj, int index) { in insertElementAt() method in Vector
/libcore/ojluni/src/main/java/java/util/
DVector.java595 public synchronized void insertElementAt(E obj, int index) { in insertElementAt() method
814 insertElementAt(element, index); in add()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DVector.annotated.java77 public synchronized void insertElementAt(@libcore.util.NullFromTypeParam E obj, int index) { throw … in insertElementAt() method in Vector