View Problem

Define an unmodifiable empty map

ExpandDiskEdit
java
Map empty = Collections.EMPTY_MAP;
ExpandDiskEdit
java org.apache.commons
SortedMap empty = MapUtils.EMPTY_SORTED_MAP;
DiskEdit
cpp
const std::map<T1,T2> immutable_map_instance_of_type_t1_to_t2;

Submit a new solution for java, csharp, or cpp
There are 18 other solutions in additional languages (clojure, erlang, fantom, fsharp ...)