Class StupidUtils


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

      Constructors 
      Constructor Description
      StupidUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends java.lang.Comparable<T>>
      T
      takeMin​(T one, T two)  
      • Methods inherited from class java.lang.Object

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

      • StupidUtils

        public StupidUtils()
    • Method Detail

      • takeMin

        public static <T extends java.lang.Comparable<T>> T takeMin​(T one,
                                                                    T two)