✅ typeof()?
I am trying to arrange objects in a hashmap:
The key should be the class and the Value a List with the instances of this class.
Is typeof ()the right function for this?
The key should be the class and the Value a List with the instances of this class.
Is typeof ()the right function for this?