More operations with primites for the collections
-------------------------------------------------
Key: PRIMITIVES-14
URL: https://issues.apache.org/jira/browse/PRIMITIVES-14
Project: Commons Primitives
Issue Type: New Feature
Reporter: Pino Silvaggio
Priority: Minor
We should have an elegant way to perform operations with primitives using
collections.
Examples:
new ArrayDoubleList(double[])
ArrayDoubleList.addAll(double[])
ArrayDoubleList.removeAll(double[])
etc...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.