Liferay 6.2-ce-ga5

com.liferay.portal.kernel.notifications
Class NotificationEventComparator

java.lang.Object
  extended by com.liferay.portal.kernel.notifications.NotificationEventComparator
All Implemented Interfaces:
Comparator<NotificationEvent>

public class NotificationEventComparator
extends Object
implements Comparator<NotificationEvent>


Constructor Summary
NotificationEventComparator()
           
NotificationEventComparator(boolean ascending)
           
 
Method Summary
 int compare(NotificationEvent notificationEvent1, NotificationEvent notificationEvent2)
           
 
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

NotificationEventComparator

public NotificationEventComparator()

NotificationEventComparator

public NotificationEventComparator(boolean ascending)
Method Detail

compare

public int compare(NotificationEvent notificationEvent1,
                   NotificationEvent notificationEvent2)
Specified by:
compare in interface Comparator<NotificationEvent>

Liferay 6.2-ce-ga5