Class ValueSortedEntityList

All Implemented Interfaces:
EntityList, Iterable<Entity>

@Deprecated public class ValueSortedEntityList extends AbstractSortedEntityList
Deprecated.
A wrapper over an EntityList to sort the entries by Entity. Returns a new EntityList that is ordered by a custom Comparator that works on the Entity.

NOTE: Entities HAVE to be loaded prior to sorting. Thus this wrapper is only applicable if the list is relatively small. Try to let the DB do the sorting using the query.