haXe API Documentation
Back | Index
extern interface java.util.MapEntry<K, V>
import java.util.Map
Available in java
function getKey() : K
function getValue() : V
function setValue(v : V) : V
Back | Index