|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.util.ListComparator<T>
T
- public class ListComparator<T>
List comparator based on element location
Constructor Summary | |
---|---|
ListComparator(java.util.List<T> list)
Constructor |
Method Summary | |
---|---|
int |
compare(T o1,
T o2)
Compares the entries |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public ListComparator(java.util.List<T> list)
list
- The source listMethod Detail |
---|
public int compare(T o1, T o2)
compare
in interface java.util.Comparator<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |