Class ExplorerAppHandler.ExplorerActionIndexComparator
- java.lang.Object
-
- com.jalios.jcmsplugin.explorer.app.ExplorerAppHandler.ExplorerActionIndexComparator
-
- All Implemented Interfaces:
java.util.Comparator<ExplorerAppHandler.ExplorerAction>
- Enclosing class:
- ExplorerAppHandler
public static class ExplorerAppHandler.ExplorerActionIndexComparator extends java.lang.Object implements java.util.Comparator<ExplorerAppHandler.ExplorerAction>
-
-
Constructor Summary
Constructors Constructor Description ExplorerActionIndexComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(ExplorerAppHandler.ExplorerAction e1, ExplorerAppHandler.ExplorerAction e2)
-
-
-
Method Detail
-
compare
public int compare(ExplorerAppHandler.ExplorerAction e1, ExplorerAppHandler.ExplorerAction e2)
- Specified by:
compare
in interfacejava.util.Comparator<ExplorerAppHandler.ExplorerAction>
-
-