Matt Juntunen created NUMBERS-166:
-------------------------------------
Summary: SortInPlace should not implement BiConsumer
Key: NUMBERS-166
URL: https://issues.apache.org/jira/browse/NUMBERS-166
Project: Commons Numbers
Issue Type: Improvement
Reporter: Matt Juntunen
The {{SortInPlace}} enum uses a varargs in the method signature that is not
compatible with the {{BiConsumer}} interface that it implements. The interface
implementation should be removed and the sort method renamed from {{accept}} to
{{apply}} to better reflect that the arguments are being modified.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)