public final class BeanSortUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright Statement.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.Integer[] sortIndex(java.util.Vector vectorOfHashtable,
java.lang.String sortElement)
vectorOfHashtable - The vector of Hashtable that will be sorted.sortElement - The element in the Hashtable to sort.