com.plumtree.openfoundation.util
Class XPCollections

java.lang.Object
  extended by com.plumtree.openfoundation.util.XPCollections

public class XPCollections
extends java.lang.Object

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

XPCollections

public XPCollections()
Method Detail

Sort

public static void Sort(IXPList list,
                        IXPComparer comparer)
Sorts the specified list according to the order induced by the specified comparator.

Parameters:
list - the list to be sorted.
comparer - the comparer to determine the order of the list.


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.