wuzhipeng2014 / freenos

Automatically exported from code.google.com/p/freenos
GNU General Public License v3.0
0 stars 0 forks source link

Create ArrayList class #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create an ArrayList class to extend Array that is able to grow and reorder
contained items so that there will not be any 'gaps' in the underlying
array. Also, this class should have insertHead/Tail methods (yes?)

Original issue reported on code.google.com by coenbijlsma on 7 Aug 2009 at 11:28

GoogleCodeExporter commented 9 years ago
ORIGINAL COMMENT FROM nieklinnenbank
Implemented in the Vector class.

Original comment by coenbijlsma on 7 Aug 2009 at 11:28