java.lang.Object | +--com.ibm.commerce.scheduler.beans.BeanSortUtil
Utility class used for sorting Scheduler Data Beans.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT The IBM Copyright Statement. |
Method Summary | |
---|---|
static java.lang.Integer[] |
sortIndex(java.util.Vector vectorOfHashtable,
java.lang.String sortElement) Returns an integer array to represent an index pointer on how to sort the given vector. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public static final java.lang.Integer[] sortIndex(java.util.Vector vectorOfHashtable, java.lang.String sortElement)
sortElement
- the element in the hashtable to sort.