Closed tdunning closed 9 years ago
I see that in python_to_java_cast
that we depend on _get_java_object
actually working.
"On a related not, why is the dict created from the Java object? Couldn't all of the methods simply be replicated to make this object act like a dict, but not actually be one?"
Seems like the same topic is discussed in issue #10. I'll close this as duplicate, so our conversation doesn't split up in 2 different places.
It doesn't look to me like the underlying java object is every retained by the class when it is constructed.
If not, how would this class work?
On a related not, why is the dict created from the Java object? Couldn't all of the methods simply be replicated to make this object act like a dict, but not actually be one?