com.jalios.jcms
Class Group.DataRightComparator<T extends Group>

java.lang.Object
  extended by com.jalios.jcms.Group.DataRightComparator<T>
All Implemented Interfaces:
java.util.Comparator<T>
Enclosing class:
Group

public static class Group.DataRightComparator<T extends Group>
extends java.lang.Object
implements java.util.Comparator<T>

This comparator sort groups according the DataRight they have.

Since:
jcms-7.0.0

Constructor Summary
Group.DataRightComparator()
           
 
Method Summary
 int compare(T g1, T g2)
           
 
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

Group.DataRightComparator

public Group.DataRightComparator()
Method Detail

compare

public int compare(T g1,
                   T g2)
Specified by:
compare in interface java.util.Comparator<T extends Group>


Copyright © 2001-2010 Jalios SA. All Rights Reserved.