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
*ListaddAll(Collection) renamed/changed to addValues(Iterable) for ease of use and renamed to avoid ambigious method definition with addAll(*List) (i.e. IntList)
*ArrayList static methods of(Collection, int) and toArray(Collection, int) first parameter changed to Iterable for ease of use
*MapSortedputAll(Collection, Collection[, ...]) changed to putAll(Iterable, Iterable[, ...]) for ease of use