tests.java.javatests.Dict2JavaTest Maven / Gradle / Ivy
/* Copyright (c) Jython Developers */
package javatests;
import java.util.Map;
import java.util.Set;
import java.util.Collection;
import java.util.HashMap;
/**
* This class is used by the test_dict2java.py test script for testing
* the org.python.core.PyDictionary object's java.util.Map. We verifiy
* that the Map interface can be seamlessly passed to java code and
* manipulated in a consistent manner.
*/
public class Dict2JavaTest {
private Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy