dev.atedeg.ecscala.util.mutable
package dev.atedeg.ecscala.util.mutable
Type members
Classlikes
trait IterableMap[K, V] extends IterableMap[K, V] with Map[K, V] with MapOps[K, V, [K, V] =>> IterableMap[K, V], IterableMap[K, V]] with MapFactoryDefaults[K, V, [K, V] =>> IterableMap[K, V], [A] =>> Iterable[A]] with DefaultSerializable
This trait represents a mutable scala.collection.mutable.Map that can be efficiently iterated.
This trait represents a mutable scala.collection.mutable.Map that can be efficiently iterated.
- Type Params
- K
the type of the keys contained in this map.
- V
the type of the values associated with the keys in this map.
- Companion
- object
This object provides a set of operations to create dev.atedeg.ecscala.util.mutable.IterableMap values.
This object provides a set of operations to create dev.atedeg.ecscala.util.mutable.IterableMap values.
- Companion
- class