类 DefaultStateTransitionComparator

  • 所有已实现的接口:
    java.util.Comparator<StateTransition>

    public class DefaultStateTransitionComparator
    extends java.lang.Object
    implements java.util.Comparator<StateTransition>
    Sorts by decreasing specificity of pattern, based on just counting wildcards (with * taking precedence over ?). If wildcard counts are equal then falls back to alphabetic comparison. Hence * > foo* > ??? > fo? > foo.
    从以下版本开始:
    3.0
    作者:
    Michael Minella
    另请参阅:
    Comparator
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      intcompare​(StateTransition arg0, StateTransition arg1) 
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong