@KSObject(name="MapEntry", namespace="", publishing=false) public class KMapEntry<K,V> extends java.lang.Object implements ScriptWrapper<java.util.Map.Entry<K,V>>, java.util.Map.Entry<K,V>
KMapEntry()
KMapEntry(java.util.Map.Entry<K,V> entry)
K
getKey()
V
getValue()
setValue(V value)
java.util.Map.Entry<K,V>
unwrap()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
__getUndefinedProperty, __release
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
public KMapEntry()
public KMapEntry(java.util.Map.Entry<K,V> entry)
@KSMethod public K getKey()
getKey
@KSMethod public V getValue()
getValue
@KSMethod public V setValue(V value)
setValue
public java.util.Map.Entry<K,V> unwrap()
unwrap
ScriptWrapper<java.util.Map.Entry<K,V>>