Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.googleapps.comparator
Class GUserFullNameComparator

java.lang.Object
  extended by com.liferay.portal.kernel.googleapps.comparator.GUserFullNameComparator
All Implemented Interfaces:
Comparator<GUser>

public class GUserFullNameComparator
extends Object
implements Comparator<GUser>


Constructor Summary
GUserFullNameComparator()
           
GUserFullNameComparator(boolean ascending)
           
 
Method Summary
 int compare(GUser user1, GUser user2)
           
 
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

GUserFullNameComparator

public GUserFullNameComparator()

GUserFullNameComparator

public GUserFullNameComparator(boolean ascending)
Method Detail

compare

public int compare(GUser user1,
                   GUser user2)
Specified by:
compare in interface Comparator<GUser>

Liferay 6.1.2-ce-ga3