interface java.util.Map_Entry<K, V>
import java.util.Map;
Available on java
function getKey():K
function getValue():V
function setValue(param1:V):V