Class ConcurrentPriorityCollection<T extends Serializable>

java.lang.Object
org.semanticweb.owlapi.util.PriorityCollection<T>
uk.ac.manchester.cs.owl.owlapi.concurrent.ConcurrentPriorityCollection<T>
Type Parameters:
T - type in the collection
All Implemented Interfaces:
Serializable, Iterable<T>

public class ConcurrentPriorityCollection<T extends Serializable> extends PriorityCollection<T>
Matthew Horridge Stanford Center for Biomedical Informatics Research 09/04/15 A priority collection that supports concurrent reading and writing through a ReadWriteLock
See Also: