mapEntry gives instances of java.util.AbstractMap.SimpleEntry, and is used as follows:
mapEntry
java.util.AbstractMap.SimpleEntry
let e = mapEntry("foo", "bar") # prints "foo => bar" println(e: getKey() + " => " + e: getValue())