Class MiscUtils


  • public class MiscUtils
    extends java.lang.Object
    Utility method class containing various static methods.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void close​(java.lang.AutoCloseable... close)  
      static long dayAgo()  
      static long monthAgo()  
      static long now()  
      static long weekAgo()  
      • Methods inherited from class java.lang.Object

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

      • close

        public static void close​(java.lang.AutoCloseable... close)
      • now

        public static long now()
      • dayAgo

        public static long dayAgo()
      • weekAgo

        public static long weekAgo()
      • monthAgo

        public static long monthAgo()