Home
last modified time | relevance | path

Searched refs:addIfAbsent (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCopyOnWriteArraySet.java261 return al.addIfAbsent(e); in add()
DCopyOnWriteArrayList.java674 public boolean addIfAbsent(E e) { in addIfAbsent() method in CopyOnWriteArrayList
677 && addIfAbsent(e, snapshot); in addIfAbsent()
684 private boolean addIfAbsent(E e, Object[] snapshot) { in addIfAbsent() method in CopyOnWriteArrayList
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DCopyOnWriteArrayList.java155 public boolean addIfAbsent(E e) { in addIfAbsent() method in CopyOnWriteArrayList
159 private boolean addIfAbsent(E e, java.lang.Object[] snapshot) { in addIfAbsent() method in CopyOnWriteArrayList
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DCopyOnWriteArrayList.annotated.java97 public boolean addIfAbsent(E e) { throw new RuntimeException("Stub!"); } in addIfAbsent() method in CopyOnWriteArrayList
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DCopyOnWriteArrayList.annotated.java86 public boolean addIfAbsent(@libcore.util.NullFromTypeParam E e) { throw new RuntimeException("Stub!… in addIfAbsent() method in CopyOnWriteArrayList
/libcore/ojluni/src/main/java/java/sql/
DDriverManager.java300 registeredDrivers.addIfAbsent(new DriverInfo(driver)); in registerDriver()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCopyOnWriteArrayListTest.java156 full.addIfAbsent(one); in testAddIfAbsent()
165 full.addIfAbsent(three); in testAddIfAbsent2()
/libcore/jsr166-tests/src/test/java/jsr166/
DCopyOnWriteArrayListTest.java118 full.addIfAbsent(one); in testAddIfAbsent()
127 full.addIfAbsent(three); in testAddIfAbsent2()
/libcore/api/
Dcurrent.txt15762 method public boolean addIfAbsent(E);