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

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:
keyvalue

Constructor Summary

AccessConstructor and Description
public
JavaToPyMapEntry(Map.Entry<K, V> entry)

Method Summary

Inherited from org.python.core.SimpleEntry:
equalsgetKeygetValuehashCodesetValuetoString

Constructor Detail

JavaToPyMapEntryback to summary
public JavaToPyMapEntry(Map.Entry<K, V> entry)