We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python I jnius.jnius.JavaException: Invalid class argument, want 'java/util/Collection', got 'java/util/Set'
but java sets ARE java collections.
The text was updated successfully, but these errors were encountered:
Do you have a simple example/call that i can test the new approach (it was my fault, checks was too constrained)
Sorry, something went wrong.
77f2928
something like this, should do.
List = autoclass('lang.java.util.ArrayList') Set = autoclass('lang.java.util.Set') mylist = List(Set())
untested thought.
I've pushed a test case in the previous commit so it's ok. Not your example :) (Set is an interface, so you can't instantiate it directly.)
tito
No branches or pull requests
but java sets ARE java collections.
The text was updated successfully, but these errors were encountered: