Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 2
    you must implement comparator for your class GetTraders. Commented Mar 12, 2016 at 18:14
  • 1
    Implement a Comparator Commented Mar 12, 2016 at 18:15
  • 1
    Please don't post poorly formatted code. Code formatting is there for a reason -- so that others can easily read and understand your code. If you post code without indentations, no one will bother reading it. I've fixed your code for you for now, but in the future, please put in this effort yourself. Commented Mar 12, 2016 at 18:23
  • How should they be sorted? By name? Businessname? Commented Mar 12, 2016 at 18:24
  • I just want to sort based on businessname, and getTraderLegalName. Commented Mar 12, 2016 at 19:29