Details
-
Task
-
Status: Closed
-
Resolution: Fixed
-
None
-
None
-
None
Description
getTopN() function returns ArrayList which is not correct. It should return a List<E> or Collection<E> where <E> is type of object TopNSort is taking as input.