Liferay 6.0.5

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

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

public class GGroupNameComparator
extends Object
implements Comparator<GGroup>


Constructor Summary
GGroupNameComparator()
           
GGroupNameComparator(boolean ascending)
           
 
Method Summary
 int compare(GGroup user1, GGroup 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

GGroupNameComparator

public GGroupNameComparator()

GGroupNameComparator

public GGroupNameComparator(boolean ascending)
Method Detail

compare

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

Liferay 6.0.5