Skip to content

Instantly share code, notes, and snippets.

@kejun91
Created October 26, 2014 15:41
Show Gist options
  • Save kejun91/432c649e1a225bd62435 to your computer and use it in GitHub Desktop.
Save kejun91/432c649e1a225bd62435 to your computer and use it in GitHub Desktop.
Sorting
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_list_sorting_sobject.htm
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_list.htm#apex_System_List_sort
http://salesforce.stackexchange.com/questions/8370/how-to-sort-wrapper-list
https://www.salesforce.com/us/developer/docs/apexcode/index_Left.htm#CSHID=apex_comparable.htm|StartTopic=Content%2Fapex_comparable.htm|SkinName=webhelp
http://en.wikipedia.org/wiki/Quicksort
http://www.javaprogrammingforums.com/java-theory-questions/16452-understanding-comparable-interface.html
http://stackoverflow.com/questions/10130246/java-using-the-comparable-interface
http://salesforce.stackexchange.com/questions/35005/view-state-and-transient
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_keywords_transient.htm
http://www.salesforce.com/us/developer/docs/apexcode/index_Left.htm#CSHID=apex_classes_static.htm|StartTopic=Content%2Fapex_classes_static.htm|SkinName=webhelp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment