List Info

Thread: maximum size of an arraylist




maximum size of an arraylist
user name
2006-03-07 18:20:29
From:    Stacey Levine <staceylMUSICFORASONG.COM>

>Anyone know what the upper limit of an array list is ..

The index on an arraylist is a 32-bit signed integer.

So you should be good for 2^31 entries.

That's 0 to 2,147,483,647.

Unless you run out of memory before you get there.

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

[1]

about | contact  Other archives ( Real Estate discussion Medical topics )