Packages

object TrieMap extends MapFactory[TrieMap]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TrieMap
  2. MapFactory
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class MangledHashing[K] extends util.hashing.Hashing[K]

Value Members

  1. def apply[K, V](elems: (K, V)*): TrieMap[K, V]
    Definition Classes
    MapFactory
  2. def empty[K, V]: TrieMap[K, V]
    Definition Classes
    TrieMapMapFactory
  3. def from[K, V](it: IterableOnce[(K, V)]): TrieMap[K, V]
    Definition Classes
    TrieMapMapFactory
  4. val inodeupdater: AtomicReferenceFieldUpdater[INodeBase[_, _], MainNode[_, _]]
  5. implicit def mapFactory[K, V]: Factory[(K, V), TrieMap[K, V]]
    Definition Classes
    MapFactory
  6. def newBuilder[K, V]: GrowableBuilder[(K, V), TrieMap[K, V]]
    Definition Classes
    TrieMapMapFactory