|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.util.SortItem<T>
public class SortItem<T>
| Constructor Summary | |
|---|---|
SortItem(T obj)
|
|
| Method Summary | |
|---|---|
void |
addAround(SortItem item)
|
void |
addWithin(SortItem item)
|
java.util.List<SortItem> |
getAround()
|
T |
getObj()
|
java.util.List<SortItem> |
getWithin()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SortItem(T obj)
| Method Detail |
|---|
public T getObj()
public void addAround(SortItem item)
public void addWithin(SortItem item)
public java.util.List<SortItem> getAround()
public java.util.List<SortItem> getWithin()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||