java.lang.Object | +--com.ibm.commerce.tools.segmentation.SegmentCountriesDataBean.CountryQuickSortCompare
This class will compare Country
objects during a quick
sort.
Field Summary |
---|
Fields inherited from interface com.ibm.commerce.tools.util. QuickSortCompare |
COPYRIGHT |
Constructor Summary | |
---|---|
SegmentCountriesDataBean.CountryQuickSortCompare(java.text.Collator localeCollator) This constructor takes a Collater
object. |
Method Summary | |
---|---|
int |
compare(java.lang.Object obj1, java.lang.Object obj2) Compares two Country objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public SegmentCountriesDataBean.CountryQuickSortCompare(java.text.Collator localeCollator)
Collater
object.
localeCollator
- the locale collator used in the
sortingMethod Detail |
---|
public int compare(java.lang.Object obj1, java.lang.Object obj2)
Country
objects.
compare
in interface
QuickSortCompare
obj1
- the first Object
obj2
- the second Object
0
if the objects are equal. A value greater than 1 if obj1 is
greater than obj2. A value less than 1 if ojb1 is less than
obj2.