object TMap extends MapFactory[TMap]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TMap
- MapFactory
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[K, V](elems: (K, V)*): TMap[K, V]
- Definition Classes
- MapFactory
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def asMap[A, B](m: TMap[A, B])(implicit txn: InTxn): View[A, B]
Allows a
TMap
in a transactional context to be used as aMap
. - def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def empty[A, B]: TMap[A, B]
Constructs and returns a new empty
TMap
.Constructs and returns a new empty
TMap
.- Definition Classes
- TMap → MapFactory
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def from[A, B](it: IterableOnce[(A, B)]): TMap[A, B]
Constructs and returns a new
TMap
that will contain the key/value pairs fromit
.Constructs and returns a new
TMap
that will contain the key/value pairs fromit
.- Definition Classes
- TMap → MapFactory
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def mapFactory[K, V]: Factory[(K, V), TMap[K, V]]
- Definition Classes
- MapFactory
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilder[A, B]: Builder[(A, B), TMap[A, B]]
Returns a builder of
TMap
.Returns a builder of
TMap
.- Definition Classes
- TMap → MapFactory
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object View extends MapFactory[View]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated