scala-parallel-collections
scala-parallel-collections
scala.collection
CustomParallelizable
Parallel
Parallelizable
scala.collection.generic
AtomicIndexFlag
CanCombineFrom
DefaultSignalling
DelegatedContext
DelegatedSignalling
GenericParCompanion
GenericParCompanion
GenericParMapCompanion
GenericParMapCompanion
GenericParMapTemplate
GenericParTemplate
GenericTraversableTemplate
HasNewBuilder
HasNewCombiner
IdleSignalling
ParFactory
GenericCanCombineFrom
ParMapFactory
CanCombineFromMap
ParSetFactory
GenericCanCombineFrom
Signalling
Sizing
TaggedDelegatedContext
VolatileAbort
scala.collection.immutable
OldHashMap
OldHashMap
HashTrieMap
OldHashMap1
OldHashSet
OldHashSet
scala.collection.parallel
AdaptiveWorkStealingForkJoinTasks
AWSFJTWrappedTask
AdaptiveWorkStealingTasks
AWSTWrappedTask
CollectionConverters
ArrayIsParallelizable
ConcurrentTrieMapIsParallelizable
ImmutableHashMapIsParallelizable
ImmutableHashSetIsParallelizable
ImmutableIterableIsParallelizable
ImmutableMapIsParallelizable
ImmutableSeqIsParallelizable
ImmutableSetIsParallelizable
IterableIsParallelizable
MapIsParallelizable
MutableArrayBufferIsParallelizable
MutableArraySeqIsParallelizable
MutableHashMapIsParallelizable
MutableHashSetIsParallelizable
MutableIterableIsParallelizable
MutableMapIsParallelizable
MutableSeqIsParallelizable
MutableSetIsParallelizable
RangeIsParallelizable
SetIsParallelizable
VectorIsParallelizable
CollectionsHaveToParArray
Combiner
CombinerFactory
ExecutionContextTaskSupport
ExecutionContextTasks
ForkJoinTaskSupport
ForkJoinTasks
FJTWrappedTask
ForkJoinTasks
FutureThreadPoolTasks
HavingForkJoinPool
IterableSplitter
Appended
Mapped
Taken
Zipped
ZippedAll
ParIterable
ParIterable
ParIterableLike
Accessor
BuilderOps
Otherwise
Copy
SignallingOps
StrictSplitterCheckTask
TaskOps
Transformer
ParMap
ParMap
WithDefault
ParMapLike
DefaultKeySet
DefaultValuesIterable
ParSeq
ParSeq
ParSeqLike
Elements
ParSeqLikeAccessor
ParSeqLikeTransformer
ParSet
ParSet
ParSetLike
PreciseSplitter
SeqSplitter
Patched
RemainsIteratorAppended
RemainsIteratorMapped
RemainsIteratorTaken
RemainsIteratorZipped
RemainsIteratorZippedAll
Splitter
Splitter
Task
TaskSupport
Tasks
WrappedTask
TraversableOps
Otherwise
scala.collection.parallel.immutable
HashSetCombiner
ParHashMap
ParHashMapIterator
ParHashMap
ParHashSet
ParHashSetIterator
ParHashSet
ParIterable
ParIterable
ParMap
ParMap
WithDefault
ParMapLike
ParRange
ParRangeIterator
ParRange
ParSeq
ParSeq
ParSet
ParSet
ParVector
ParVectorIterator
ParVector
scala.collection.parallel.mutable
LazyCombiner
ParArray
ParArrayIterator
ParArrayMap
ScanToArray
ParArray
ParFlatHashTable
ParFlatHashTableIterator
ParHashMap
ParHashMapIterator
ParHashMap
DefaultEntry
ParHashSet
ParHashSetIterator
ParHashSet
ParHashTable
EntryIterator
ParIterable
ParIterable
ParMap
ParMap
WithDefault
ParMapLike
ParSeq
ParSeq
ParSet
ParSet
ParSetLike
ParTrieMap
Size
ParTrieMap
ResizableParArrayCombiner
CopyChainToArray
ResizableParArrayCombiner
UnrolledParArrayCombiner
CopyUnrolledToArray
UnrolledParArrayCombiner
WithContents
scala-parallel-collections
/
scala.collection.parallel.mutable
/
WithContents
WithContents
trait
WithContents
[K, V, Entry >:
Null
<:
HashEntry
[
K
,
Entry
]]
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
trait
ParHashTable
[
K
,
V
,
Entry
]
class
ParHashMap
[
K
,
V
]
Value members
Value members
Concrete methods
protected
def
initWithContents
(c:
Contents
[
K
,
Entry
]):
Unit
Inherited methods
def
clearTable
():
Unit
Inherited from
HashTable
def
createNewEntry
(key:
A
, value:
B
):
Entry
Inherited from
HashTable
def
entriesIterator
:
Iterator
[
Entry
]
Inherited from
HashTable
final
def
findEntry
(key:
A
):
Entry
Inherited from
HashTable
def
findOrAddEntry
(key:
A
, value:
B
):
Entry
Inherited from
HashTable
def
foreachEntry
[U](f:
Entry
=> U):
Unit
Inherited from
HashTable
final protected
def
improve
(hcode:
Int
, seed:
Int
):
Int
Inherited from
HashUtils
final
def
removeEntry
(key:
A
):
Entry
Inherited from
HashTable
final
def
size
:
Int
Inherited from
HashTable
final protected
def
sizeMapBucketBitSize
:
Int
Inherited from
HashUtils
final protected
def
sizeMapBucketSize
:
Int
Inherited from
HashUtils