Class StringInt.DescendingIntComparator

  • All Implemented Interfaces:
    java.util.Comparator<StringInt>
    Enclosing class:
    StringInt

    public static final class StringInt.DescendingIntComparator
    extends java.lang.Object
    implements java.util.Comparator<StringInt>
    • Method Summary

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

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • DescendingIntComparator

        public DescendingIntComparator()
    • Method Detail