Map<K,V> constructor
Creates an emptyLinkedHashMap.
This constructor is equivalent to the non-const map literal<K, V>{}.
ALinkedHashMap requires the keys to implement compatibleoperator== andhashCode.It iterates in key insertion order.
Implementation
// TODO: @Deprecated("Use literal <K, V>{} instead")external factory Map();