dotty.tools.dotc.util.SimpleIdentityMap$.Map3
class Map3[K <: AnyRef, +V <: AnyRef](k1: K, v1: V, k2: K, v2: V, k3: K, v3: V) extends SimpleIdentityMap[K, V] Attributes
- Graph
- Supertypes
trait K => V | Null
class Object
trait Matchable
class Any
Members list
Concise view
Value members
Attributes
- Inherited from:
- Function1
Attributes
- Inherited from:
- Function1
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns:
a string representation of the object.
- Definition Classes
- Inherited from:
- SimpleIdentityMap