Top Description Constructors Methods
org.python.core

pack-priv Class PyMapEntrySet

Located in compilation unit of org.python.core.AbstractDict.

extends PyMapSet
Class Inheritance

Set wrapper for the entrySet method. Entry objects are wrapped further in JavaToPyMapEntry and PyToJavaMapEntry. Note - The set interface is reliable for standard objects like strings and integers, but may be inconsistent for other types of objects since the equals method may return false for Entry object that hold more elaborate PyObject types. However, we insure that this interface works when the Entry object originates from a Set object retrieved from a PyDictionary.

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
pack-priv Object
pack-priv Object
Inherited from org.python.core.PyMapSet:
clearcontainsiteratorremovesize

Constructor Detail

PyMapEntrySetback to summary
pack-priv PyMapEntrySet(Collection<E> coll)

Method Detail

toJavaback to summary
pack-priv Object toJava(Object o)

Implements abstract org.python.core.PyMapSet.toJava.

Annotations
@Override
toPythonback to summary
pack-priv Object toPython(Object o)

Implements abstract org.python.core.PyMapSet.toPython.

Annotations
@Override