Type of the equivalent non thread-safe collection

Property definitions

pthreads $ ConcurrentCollection :: REAL
	# Type of the equivalent non thread-safe collection
	type REAL: Collection[E]
lib/pthreads/concurrent_collections.nit:72,2--73,25

pthreads $ ConcurrentSequenceRead :: REAL
	redef type REAL: SequenceRead[E]
lib/pthreads/concurrent_collections.nit:186,2--33

pthreads $ ConcurrentSequence :: REAL
	redef type REAL: Sequence[E]
lib/pthreads/concurrent_collections.nit:282,2--29

pthreads $ ConcurrentList :: REAL
	redef type REAL: List[E]
lib/pthreads/concurrent_collections.nit:457,2--25

pthreads $ ConcurrentArray :: REAL
	redef type REAL: Array[E]
lib/pthreads/concurrent_collections.nit:391,2--26