====== ArrayList ====== An ArrayList is a one-dimensional array. In our case it is also a dynamic array which means that the size is not set at compile time but at runtime and it can grow if required. An array allocates memory for all its elements lumped together as one block of memory. In this implementation only the pointer to the data is stored in this one block of memory. In this way millions of entries can be stored and accessed. | **Current version** | 2.0.3 | | **Author** | Mihael Schmidt | | **License** | MIT | | **Website** | https://bitbucket.org/m1hael/arraylist | | **Docs** | http://iledocs.rpgnextgen.com | ===== Installation ===== The software is packaged as an [[https://bitbucket.org/m1hael/ipkg | iPKG]] RPM package. It is available at the repository https://repo.rpgnextgen.com. ipkg addrepo 'RPGNextGen https://repo.rpgnextgen.com/repository' ipkg install arraylist