Class HashMapWrapper


  • @Internal
    public class HashMapWrapper
    extends Object
    Helper class to create a HashMap taking Numeric data as key or value from Python side. This is to avoid unexpected boxing/unboxing happens, see https://github.com/py4j/py4j/issues/374 for more details.