Interface MultiReaderList<T>

All Superinterfaces:
Cloneable, Collection<T>, InternalIterable<T>, Iterable<T>, List<T>, ListIterable<T>, MutableCollection<T>, MutableList<T>, OrderedIterable<T>, ReversibleIterable<T>, RichIterable<T>
All Known Implementing Classes:
MultiReaderFastList

public interface MultiReaderList<T> extends MutableList<T>
A MultiReaderList provides thread-safe iteration for a list through methods withReadLockAndDelegate() and withWriteLockAndDelegate().
Since:
10.0.