scala.collection.concurrent.TrieMap
See theTrieMap companion class
object TrieMap extends MapFactory[TrieMap]
Attributes
- Companion
- class
- Source
- TrieMap.scala
- Graph
-
- Supertypes
- Self type
-
TrieMap.type
Members list
Type members
Classlikes
class MangledHashing[K] extends Hashing[K]
Attributes
- Source
- TrieMap.scala
- Supertypes
Value members
Concrete methods
An empty Map
A collection of type Map generated from given iterable object.
The default builder for Map objects.
Inherited methods
A collection of type Map that contains given key/value bindings.
A collection of type Map that contains given key/value bindings.
Attributes
- Inherited from:
- MapFactory
- Source
- Factory.scala
Concrete fields
Attributes
- Source
- TrieMap.scala
Implicits
Inherited implicits
The default Factory instance for maps.
In this article