You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collections have their own specific class, which is why I'm not allowing them to be set directly using the setter in my first implementation.
However, I could just implement the setter to use the collection class. Basically, it would first clear() the underlying collection and then add all the elements from the provided array.
The text was updated successfully, but these errors were encountered:
Collections have their own specific class, which is why I'm not allowing them to be set directly using the setter in my first implementation.
However, I could just implement the setter to use the collection class. Basically, it would first
clear()
the underlying collection and then add all the elements from the provided array.The text was updated successfully, but these errors were encountered: