Scala Standard Library 2.13.1 - scala.collection.MapView (original) (raw)
object MapView extends MapViewFactory
Ordering
- Alphabetic
- By Inheritance
Inherited
MapView
MapViewFactory
MapFactory
Serializable
AnyRef
Any
Hide All
Show All
Visibility
- Public
- Protected
Type Members
- class Filter[K, +V] extends AbstractMapView[K, V]
- class FilterKeys[K, +V] extends AbstractMapView[K, V]
- class Id[K, +V] extends AbstractMapView[K, V]
- class MapValues[K, +V, +W] extends AbstractMapView[K, W]
- type SomeIterableConstr[X, Y] = IterableOps[_, AnyConstr, _]
- type SomeMapOps[K, +V] = MapOps[K, V, SomeIterableConstr, _]
- class TapEach[K, +V, +U] extends AbstractMapView[K, V]
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- def apply[K, V](elems: (K, V)*): MapView[K, V]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def empty[K, V]: MapView[K, V]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- def from[K, V](it: SomeMapOps[K, V]): MapView[K, V]
- def from[K, V](it: IterableOnce[(K, V)]): View[(K, V)]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- implicit def mapFactory[K, V]: Factory[(K, V), View[(K, V)]]
- final def ne(arg0: AnyRef): Boolean
- def newBuilder[X, Y]: Builder[(X, Y), MapView[X, Y]]
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit