org.jboss.seam.util
Class Sorter<T>

java.lang.Object
  extended by org.jboss.seam.util.Sorter<T>

public class Sorter<T>
extends Object


Constructor Summary
Sorter()
           
 
Method Summary
 List<SortItem<T>> sort(List<SortItem<T>> lst)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sorter

public Sorter()
Method Detail

sort

public List<SortItem<T>> sort(List<SortItem<T>> lst)


Copyright © 2011 Seam Framework. All Rights Reserved.