Searched refs:addIfAbsent (Results 1 – 9 of 9) sorted by relevance
261 return al.addIfAbsent(e); in add()
674 public boolean addIfAbsent(E e) { in addIfAbsent() method in CopyOnWriteArrayList677 && addIfAbsent(e, snapshot); in addIfAbsent()684 private boolean addIfAbsent(E e, Object[] snapshot) { in addIfAbsent() method in CopyOnWriteArrayList
155 public boolean addIfAbsent(E e) { in addIfAbsent() method in CopyOnWriteArrayList159 private boolean addIfAbsent(E e, java.lang.Object[] snapshot) { in addIfAbsent() method in CopyOnWriteArrayList
97 public boolean addIfAbsent(E e) { throw new RuntimeException("Stub!"); } in addIfAbsent() method in CopyOnWriteArrayList
86 public boolean addIfAbsent(@libcore.util.NullFromTypeParam E e) { throw new RuntimeException("Stub!… in addIfAbsent() method in CopyOnWriteArrayList
300 registeredDrivers.addIfAbsent(new DriverInfo(driver)); in registerDriver()
156 full.addIfAbsent(one); in testAddIfAbsent()165 full.addIfAbsent(three); in testAddIfAbsent2()
118 full.addIfAbsent(one); in testAddIfAbsent()127 full.addIfAbsent(three); in testAddIfAbsent2()
15762 method public boolean addIfAbsent(E);