GitHub user lonvarscsak opened a pull request: https://github.com/apache/cayenne/pull/94
Added instance and static orderedList methods I've added an instance method to get a new List (ordered) off of an Ordering. I just find this convenient to use when assigning to variables (without having to have extra code to modify the original List, which isn't always desired). I've also added a static method to match how "orderList" was implemented. You can merge this pull request into a Git repository by running: $ git pull https://github.com/smarthealth/cayenne master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/94.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #94 ---- commit 46b45279e5c6fba5b352c777927388298e73f9c3 Author: Lon Varscsak <lon.varsc...@gmail.com> Date: 2016-04-05T01:29:20Z Added orderList and orderedList ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---