Top Description Constructors Methods
org.python.core

pack-priv Class PyMapKeyValSet

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

extends PyMapSet
Class Inheritance

Wrapper collection class for the keySet and values methods of java.util.Map

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

PyMapKeyValSetback to summary
pack-priv PyMapKeyValSet(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