Mutable dictionary backed by a linked list.
public class immutable list dictionary[readonly value key type, value value type]
extends base list dictionary[key type, value type]
implements immutable dictionary[key type, value type]
public overload immutable list dictionary(equivalence relation[key type] equivalence)
super(equivalence)
public overload immutable list dictionary()
public overload immutable list dictionary(base list dictionary[key type, value type] original)
super(original)