站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

SorterNew (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


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

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

public class SorterNew<T>
extends Object


Constructor Summary
SorterNew()
           
 
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

SorterNew

public SorterNew()
Method Detail

sort

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