Android Question java.util.set

marcel

Active Member
Licensed User
Longtime User
Hi,

I am beta testing new library and I need to fill in a set value. I tried to do this with a map but I got this error:

B4X:
java.lang.ClassCastException: anywheresoftware.b4a.objects.collections.Map$MyMap cannot be cast to java.util.Set

What is the equivalent of a set in B4A?

Or can I solve this by JavaObject/Reflector?
 

DonManfred

Expert
Licensed User
Longtime User
B4A does not know SET
 
Upvote 0
Top