Searched refs:lastElement (Results 1 – 4 of 4) sorted by relevance
188 assertTrue("Failed to add Object", tVector.lastElement() == o); in test_addLjava_lang_Object()192 assertNull("Failed to add null", tVector.lastElement()); in test_addLjava_lang_Object()779 assertEquals("Incorrect last element returned", "Test 99", tVector.lastElement() in test_lastElement()783 .lastElement()); in test_lastElement()787 vector.lastElement(); in test_lastElement()
125 public synchronized E lastElement() { in lastElement() method in Vector
71 @libcore.util.NullFromTypeParam public synchronized E lastElement() { throw new RuntimeException("S… in lastElement() method in Vector
501 public synchronized E lastElement() { in lastElement() method