Interface ConcurrentSet<E>

  • Type Parameters:
    E - The generic class
    All Superinterfaces:
    Collection<E>, Iterable<E>, Set<E>
    All Known Implementing Classes:
    ConcurrentHashSet

    public interface ConcurrentSet<E>
    extends Set<E>
    A ConcurrentSet
    • Method Detail

      • addIfAbsent

        boolean addIfAbsent​(E o)