Jython 2.7.4
org.python.core
JavaToPyMapEntry
Top
Description
Fields
Constructors
Methods
org.python.core
pack-priv
Class JavaToPyMapEntry
Located in compilation unit of
org.
python.
core.
AbstractDict
.
extends
SimpleEntry
Class Inheritance
java.lang.Object
org.python.core.SimpleEntry
org.python.core.JavaToPyMapEntry
MapEntry Object for java MapEntry objects passed to the java.util.Set interface which is returned by the entrySet method of PyDictionary. Essentially like PyTojavaMapEntry, but going the other way converting java Objects to PyObjects.
Field Summary
Inherited from
org.python.core.SimpleEntry
:
key
value
Constructor Summary
Access
Constructor and Description
public
JavaToPyMapEntry
(
Map
.
Entry
<K, V> entry
)
Method Summary
Inherited from
org.python.core.SimpleEntry
:
equals
getKey
getValue
hashCode
setValue
toString
Constructor Detail
JavaToPyMapEntry
back to summary
public
JavaToPyMapEntry
(
Map
.
Entry
<K, V> entry
)