Shouldn't the Ordering class have methods to sort a collection? So you could chain things like:
MY_PROPERTY.asc().sortObjects(myList) It could also be useful if MY_PROPERTY.ascs() return a Orderings object (both plural) that subclassed a collection, so that you could chain those as well. Thoughts? -Lon
