com.ibm.tivoli.maximo.skd.model

Class SKDActionSorter

  • java.lang.Object
    • com.ibm.tivoli.maximo.skd.model.SKDActionSorter
  • All Implemented Interfaces:
    java.util.Comparator


    public class SKDActionSorter
    extends java.lang.Object
    implements java.util.Comparator
    • Constructor Summary

      Constructors 
      Constructor and Description
      SKDActionSorter() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int compare(SKDActionInfo o1, SKDActionInfo 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

        comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • SKDActionSorter

        public SKDActionSorter()
    • Method Detail