Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class TimeZoneComparator

java.lang.Object
  extended by com.liferay.portal.kernel.util.TimeZoneComparator
All Implemented Interfaces:
Comparator<TimeZone>

public class TimeZoneComparator
extends Object
implements Comparator<TimeZone>


Constructor Summary
TimeZoneComparator(Locale locale)
           
 
Method Summary
 int compare(TimeZone timeZone1, TimeZone timeZone2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

TimeZoneComparator

public TimeZoneComparator(Locale locale)
Method Detail

compare

public int compare(TimeZone timeZone1,
                   TimeZone timeZone2)
Specified by:
compare in interface Comparator<TimeZone>

Liferay 6.1.2-ce-ga3