RFC #0106: Array access / iteration / type boxing / genericsat 2007-04-24 in RFCs by friebe (0 comments) Scope of ChangeThe lang.types.ArrayList class and the relevant classes from util.collections will be changed to support array access (read/write) and foreach() iteration. The classes from the collections API will furthermore support type boxing and provide generic variants of themselves. Rationale Easier / intuitive interface to "array" types. Read the full RFC here |
|