Function types versus arrays

Howard Lovatt howard.lovatt at gmail.com
Mon Feb 8 14:52:02 PST 2010


It would be very odd if arrays of function types were not supported,
just not Java. The worry about ArrayStoreExceptions is in my
experience overstated, it is exceptionally rare and caught at runtime
anyway.

> I am interested in people's thoughts on the limitations of arrays of
> parameterized types. (Reification was not and is not an option, so
> please no ranting about the stupid implications of erasure.) Does anyone
> care about arrays anymore?
>
> Alex


More information about the lambda-dev mailing list