Thinking in Java, 2nd Edition

Multidimensional arrays 236. Summary 239. Exercises 240. 5: Hiding the Implementation 243 ... for example) the library has different types of containers for different needs: a vector (called an ArrayList in Java) for consistent access to all elements, and a linked list for consistent insertion at all elements, for example, so you can choose the ... ................
................