Content deleted Content added
→ArrayList class: clarify dynamic arraylist vs static array Tags: Reverted Mobile edit Mobile web edit |
Reverted 1 edit by 184.98.53.197 (talk) to last revision by Materialscientist |
||
Line 111:
=====ArrayList class=====
The '''{{Javadoc|module=java.base|package=java.util|class=ArrayList|monotype=y}}''' class implements the <code>List</code> as an array. Whenever functions specific to a <code>List</code> are required, the class moves the elements around within the array in order to do it
=====LinkedList class=====
|