io.sarl.lang.core.util
Interface ConcurrentSet<T>
Type Parameters:
T - the type of the objects in the set.
All Superinterfaces:
java.lang.Iterable<T>, java.util.Collection<E>, java.util.Set<E>
interface ConcurrentSet<T>
implements java.util.Set<E>
Represent a set of objects with is thread-safe.
Parameters:
<T> - the type of the objects in the set.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
core
Since:
0.12