java.lang.Object | +--com.ibm.commerce.tools.segmentation.SegmentCustomerListDataBean.CustomerQuickSortCompare
This class will compare Customer objects during a quick sort.
Field Summary |
---|
Fields inherited from interface com.ibm.commerce.tools.util. QuickSortCompare |
COPYRIGHT |
Constructor Summary | |
---|---|
SegmentCustomerListDataBean.CustomerQuickSortCompare(java.text.Collator localeCollator,
java.lang.String orderBy) This constructor takes a Collator object and an "orderBy" value. |
Method Summary | |
---|---|
int |
compare(java.lang.Object obj1, java.lang.Object obj2) This method compares two objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public SegmentCustomerListDataBean.CustomerQuickSortCompare(java.text.Collator localeCollator, java.lang.String orderBy)
Method Detail |
---|
public int compare(java.lang.Object obj1, java.lang.Object obj2)
compare
in interface
QuickSortCompare
obj1
- Object 1.obj2
- Object 2.