Home
last modified time | relevance | path

Searched defs:removeElement (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/util/
DVector.annotated.java81 public synchronized boolean removeElement(@libcore.util.Nullable java.lang.Object obj) { throw new … in removeElement() method in Vector
/libcore/ojluni/annotations/hiddenapi/java/util/
DVector.java145 public synchronized boolean removeElement(java.lang.Object obj) { in removeElement() method in Vector
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DVectorTest.java868 Object removeElement = tVector.get(36); in test_removeI() local
/libcore/ojluni/src/main/java/java/util/
DVector.java639 public synchronized boolean removeElement(Object obj) { in removeElement() method