|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.plumtree.openfoundation.util.XPCollections
XPCollections class contains exclusively of static methods that operate on or return Collections.
Constructor Summary | |
XPCollections()
|
Method Summary | |
static void |
Sort(IXPList list,
IXPComparer comparer)
Sorts the specified list according to the order induced by the specified comparator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XPCollections()
Method Detail |
public static void Sort(IXPList list, IXPComparer comparer)
list
- the list to be sorted.comparer
- the comparer to determine the order of the list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |