Mutable dictionary backed by a linked list.
public class list dictionary[readonly value key type, value value type]
extends base list dictionary[key type, value type]
implements dictionary[key type, value type]
public overload list dictionary()
implement value type or null put(key type key, value type value)
implement value type or null remove(key type key)
if entry is null
if equivalence(key, entry • key)
loop
return missing • instance
if next entry is null
if equivalence(key, next entry • key)
return missing • instance
entry = next entry