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
... in particular provide an implementation of the keys() method.
We also add a generic method AbstractFamily.items() to complement the methods keys() and values(), mimicking the Mapping protocol. (Split out from #34340.)