object
View extends MutableMapFactory[View]
Type Members
-
type
Coll = View[_, _]
-
class
MapCanBuildFrom[A, B] extends CanBuildFrom[Coll, (A, B), CC[A, B]]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
apply[A, B](kvs: (A, B)*): View[A, B]
-
final
def
asInstanceOf[T0]: T0
-
implicit
def
canBuildFrom[A, B]: CanBuildFrom[Coll, (A, B), View[A, B]]
-
def
clone(): AnyRef
-
def
empty[A, B]: View[A, B]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newBuilder[A, B]: Builder[(A, B), View[A, B]]
-
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
Inherited from MutableMapFactory[View]
Inherited from MapFactory[View]
Inherited from GenMapFactory[View]
Inherited from Any