Class FlowRegions.TransitionComp

  • All Implemented Interfaces:
    java.util.Comparator
    Enclosing class:
    FlowRegions

    static class FlowRegions.TransitionComp
    extends java.lang.Object
    implements java.util.Comparator
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Comparator COMP  
    • Constructor Summary

      Constructors 
      Constructor Description
      TransitionComp()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(java.lang.Object o1, java.lang.Object o2)  
      boolean equals​(java.lang.Object comp)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Field Detail

      • COMP

        public static java.util.Comparator COMP
    • Constructor Detail

      • TransitionComp

        TransitionComp()
    • Method Detail

      • compare

        public int compare​(java.lang.Object o1,
                           java.lang.Object o2)
        Specified by:
        compare in interface java.util.Comparator
      • equals

        public boolean equals​(java.lang.Object comp)
        Specified by:
        equals in interface java.util.Comparator
        Overrides:
        equals in class java.lang.Object