Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DNoSuchElementExceptionTest.java53 v.firstElement(); in test_ConstructorLjava_lang_String()
DVectorTest.java583 assertEquals("Returned incorrect firstElement", "Test 0", tVector.firstElement() in test_firstElement()
587 .firstElement()); in test_firstElement()
591 v.firstElement(); in test_firstElement()
936 s.add(o = v.firstElement()); in test_removeAllLjava_util_Collection()
951 assertEquals("Element should be 'Boom'", "Boom", v.firstElement()); in test_removeAllLjava_util_Collection()
1082 Object o = tVector.firstElement(); in test_retainAllLjava_util_Collection()
/libcore/ojluni/annotations/hiddenapi/java/util/
DVector.java121 public synchronized E firstElement() { in firstElement() method in Vector
/libcore/ojluni/annotations/sdk/nullability/java/util/
DVector.annotated.java69 @libcore.util.NullFromTypeParam public synchronized E firstElement() { throw new RuntimeException("… in firstElement() method in Vector
/libcore/ojluni/src/main/java/java/util/
DVector.java487 public synchronized E firstElement() { in firstElement() method