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