Home | History | Annotate | Download | only in concurrent

Lines Matching refs:addIfAbsent

588     public boolean addIfAbsent(E e) {
591 addIfAbsent(e, snapshot);
595 * A version of addIfAbsent using the strong hint that given
598 private boolean addIfAbsent(E e, Object[] snapshot) {
726 * @see #addIfAbsent(Object)