Array Operations – Collections: Part IIArray Operations – Collections: Part II
Array Operations The following operations convert collections to arrays. See also array operations on array lists (ยง12.6, p. 658). Object[] toArray()<T> T[] toArray(T[] a) The first toArray() method returns an [...]