Searched refs:firstElement (Results 1 – 5 of 5) sorted by relevance
53 v.firstElement(); in test_ConstructorLjava_lang_String()
583 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()
121 public synchronized E firstElement() { in firstElement() method in Vector
69 @libcore.util.NullFromTypeParam public synchronized E firstElement() { throw new RuntimeException("… in firstElement() method in Vector
487 public synchronized E firstElement() { in firstElement() method