com.ibm.commerce.tools.segmentation
Class SegmentCustomerListDataBean.CustomerQuickSortCompare
com.ibm.commerce.tools.segmentation.SegmentCustomerListDataBean.CustomerQuickSortCompare
- Enclosing class:
- SegmentCustomerListDataBean
- public static final class SegmentCustomerListDataBean.CustomerQuickSortCompare
This class will compare Customer objects during a quick sort.
Method Summary |
int |
compare(java.lang.Object obj1,
java.lang.Object obj2)
This method compares two objects. |
SegmentCustomerListDataBean.CustomerQuickSortCompare
public SegmentCustomerListDataBean.CustomerQuickSortCompare(java.text.Collator localeCollator,
java.lang.String orderBy)
- This constructor takes a Collator object and an "orderBy" value.
compare
public int compare(java.lang.Object obj1,
java.lang.Object obj2)
- This method compares two objects.
- Parameters:
obj1
- Object 1.obj2
- Object 2.