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
Element count could overflow due to extensive resizing. It is now possible to add INT_MAX elements without a problem but any more will throw an IllegalStateException.
Any more elements cannot be indexed with the List interface anyway.
0 commit comments