thana
fun foo () { val map: NavigableMap<String, String> = TreeMap() map["key"] = null }
diesieben07
NavigableMap
Casey Brooks
set
.put
MutableMap
Michael Böiers
import java.util.* fun foo () { val map = TreeMap<String, String>() map["key"] = null }
A modern programming language that makes developers happier.