Class ContextComparator
- java.lang.Object
-
- org.exoplatform.services.wcm.extensions.utils.ContextComparator
-
- All Implemented Interfaces:
Comparator
public class ContextComparator extends Object implements Comparator
Created by The eXo Platform MEA Author : haikel.thamri@exoplatform.com
-
-
Constructor Summary
Constructors Constructor Description ContextComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(Object arg0, Object arg1)-
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(Object arg0, Object arg1)
- Specified by:
comparein interfaceComparator
-
-