-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b53
-
generic
-
generic
Here are a number of little improvements to Arrays.asList:
- Use of "<" in javadoc needs to be <
- toArray(T[]) can be optimized to use array operations
- The representation should be E[], not Object[].
- Use of "<" in javadoc needs to be <
- toArray(T[]) can be optimized to use array operations
- The representation should be E[], not Object[].