import java.util.*; class IDEADEV12244 { { TreeMap> map = new TreeMap>(); map.put("foo", Collections.emptySet()); } }