-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 6
-
Component/s: core-libs
-
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[].