class Link [ +V ]
extends LinkSource

A private, concrete implementation class linking attachments.

Constructors

Link ( key: Key [ V ] , value: V , next: Link [ Nothing <: Any ] )

Members

val key : Key [ V ]
val value : V
def next_= ( x$1: Link [ Nothing <: Any ] ) : Unit