Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DVectorTest.java188 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()
/libcore/ojluni/annotations/hiddenapi/java/util/
DVector.java125 public synchronized E lastElement() { in lastElement() method in Vector
/libcore/ojluni/annotations/sdk/nullability/java/util/
DVector.annotated.java71 @libcore.util.NullFromTypeParam public synchronized E lastElement() { throw new RuntimeException("S… in lastElement() method in Vector
/libcore/ojluni/src/main/java/java/util/
DVector.java501 public synchronized E lastElement() { in lastElement() method