public class ClassDict
extends java.util.HashMap<java.lang.String,java.lang.Object>
| Constructor and Description |
|---|
ClassDict(java.lang.String modulename,
java.lang.String classname) |
| Modifier and Type | Method and Description |
|---|---|
void |
__setstate__(java.util.HashMap<java.lang.String,java.lang.Object> values)
for the unpickler to restore state
|
java.lang.String |
getClassName()
retrieve the (python) class name of the object that was pickled.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesCopyright © 2019. All Rights Reserved.