haXe API Documentation
Back |
Indexextern interface java.util.Map<K, V>
Available in java
- function clear() : Void
- function containsKey(obj : Dynamic) : Bool
- function containsValue(obj : Dynamic) : Bool
- function entrySet() : Set<MapEntry<K, V>>
- function get(k : Dynamic) : V
- function keySet() : Set<K>
- function put(key : K, value : V) : V
- function remove(key : Dynamic) : V
- function size() : Int
- function values() : Collection<V>
Back |
Index