Class Tuples


  • final class Tuples
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuples()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static <T> int compare​(T t1, T t2)  
      • Methods inherited from class java.lang.Object

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

      • Tuples

        Tuples()
    • Method Detail

      • compare

        static <T> int compare​(T t1,
                               T t2)