org.jboss.seam.util
public class SortItem<T> extends Object
SortItem(T obj)
void
addAround(SortItem item)
addWithin(SortItem item)
List<SortItem>
getAround()
T
getObj()
getWithin()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SortItem(T obj)
public T getObj()
public void addAround(SortItem item)
public void addWithin(SortItem item)
public List<SortItem> getAround()
public List<SortItem> getWithin()
Copyright © 2015 Seam Framework. All Rights Reserved.