From 09ed9d12c343ee972861c8439fd10596903efe59 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Mon, 8 Nov 2010 08:52:20 +0000 Subject: Added size maps to flat hash tables. Added parallel mutable hash sets. Implemented parallel mutable hash set iterators. Implemented parallel mutable hash set combiners. Factored out unrolled linked lists into a separate class UnrolledBuffer, added tests. Added parallel mutable hash set tests, and debugged hashsets. No review. --- test/files/scalacheck/parallel-collections/PairOperators.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/scalacheck/parallel-collections/PairOperators.scala') diff --git a/test/files/scalacheck/parallel-collections/PairOperators.scala b/test/files/scalacheck/parallel-collections/PairOperators.scala index 48cbd136e5..2055c29d38 100644 --- a/test/files/scalacheck/parallel-collections/PairOperators.scala +++ b/test/files/scalacheck/parallel-collections/PairOperators.scala @@ -49,7 +49,7 @@ trait PairOperators[K, V] extends Operators[(K, V)] { def apply(kv: (K, V)) = kfm(kv._1).toIterable zip vfm(kv._2).toIterable } - def filterPredicates = zipPredicates(koperators.filterPredicates, voperators.existsPredicates) + def filterPredicates = zipPredicates(koperators.filterPredicates, voperators.filterPredicates) def filterNotPredicates = filterPredicates -- cgit v1.2.3