org.exoplatform.faq.service
Class Utils.NameComparatorASC

java.lang.Object
  extended by org.exoplatform.faq.service.Utils.NameComparatorASC
All Implemented Interfaces:
Comparator<Object>
Enclosing class:
Utils

public static class Utils.NameComparatorASC
extends Object
implements Comparator<Object>

This method sort list category is name ascending

Author:
Administrator

Constructor Summary
Utils.NameComparatorASC()
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
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

Utils.NameComparatorASC

public Utils.NameComparatorASC()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
            throws ClassCastException
Specified by:
compare in interface Comparator<Object>
Throws:
ClassCastException


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.