Class ComparableUtil


  • public class ComparableUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ComparableUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends java.lang.Comparable<T>>
      int
      compareComparableSets​(java.util.SortedSet<T> a, java.util.SortedSet<T> b)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ComparableUtil

        public ComparableUtil()
    • Method Detail

      • compareComparableSets

        public static <T extends java.lang.Comparable<T>> int compareComparableSets​(java.util.SortedSet<T> a,
                                                                                    java.util.SortedSet<T> b)