Array containing references
i 've got the following problem:
i want to store references on some value-types in an array.
first idea -> ArrayList because easy to use and great to manage -> does not work, ArrayList cant take ref's
do you know if a normal array of the same type as the reference would do, or if i have to proceed something special?
regards
timbob
[edit: typo]

