wt.clients.widgets
Class LiteValueSorter

java.lang.Object
  extended bywt.clients.widgets.LiteValueSorter

public class LiteValueSorter
extends Object


Constructor Summary
LiteValueSorter()
           
 
Method Summary
static int compareValues(Object obj1, Object obj2)
           
static int getInsertLocation(Vector vector, Object obj1)
           
static Vector sortVector(Vector vector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteValueSorter

public LiteValueSorter()
Method Detail

sortVector

public static Vector sortVector(Vector vector)

getInsertLocation

public static int getInsertLocation(Vector vector,
                                    Object obj1)

compareValues

public static int compareValues(Object obj1,
                                Object obj2)