AndroidCharts icon indicating copy to clipboard operation
AndroidCharts copied to clipboard

Use List instead of ArrayList as parameters where possible

Open fynngodau opened this issue 5 years ago • 0 comments

Since the library doesn't really care whether the passed data is inside an ArrayList or a LinkedList or any other implementation of List, it should use ArrayList's superclass List as parameters instead of forcing users to make use of this one specific implementation.

fynngodau avatar Jun 09 '20 18:06 fynngodau