Interface ConcurrentSet<E>
-
- Type Parameters:
E- The generic class
- All Superinterfaces:
java.util.Collection<E>,java.lang.Iterable<E>,java.util.Set<E>
- All Known Implementing Classes:
ConcurrentHashSet
public interface ConcurrentSet<E> extends java.util.Set<E>A ConcurrentSet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaddIfAbsent(E o)
-
-
-
Method Detail
-
addIfAbsent
boolean addIfAbsent(E o)
-
-