Class ConcurrencyCheckingList

java.lang.Object
jadex.collection.ConcurrencyCheckingList
All Implemented Interfaces:
Serializable, Iterable, Collection, List, SequencedCollection

public class ConcurrencyCheckingList extends Object implements List, Serializable
A wrapper for a list to detect undesired concurrent access.
See Also: