Class VcsSupportUtil.IntVersionComparator

  • All Implemented Interfaces:
    java.util.Comparator<java.lang.String>
    Enclosing class:
    VcsSupportUtil

    @Deprecated
    public static class VcsSupportUtil.IntVersionComparator
    extends IntVersionComparator
    Deprecated.
    Use base class instead
    Default implementation to compare integer versions
    • Method Summary

      • 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
    • Constructor Detail

      • IntVersionComparator

        public IntVersionComparator()
        Deprecated.