Simple immutable implementation of a dictionary.entry.
public class base dictionary entry[readonly value key type, value value type]
implements dictionaryentry[key type, value type]
private key type the key
private value type the value
public base dictionary entry(dictionaryentry[key type, value type] entry)
this • the key = entrykey
this • the value = entryvalue
override key type key()
return the key
override value type value()
return the value