Class ShadowSystem


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

      Constructors 
      Constructor Description
      ShadowSystem()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long currentTimeMillis()
      Implements System.currentTimeMillis() through ShadowWrangler.
      static long nanoTime()
      Implements System.nanoTime() through ShadowWrangler.
      • Methods inherited from class java.lang.Object

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

      • ShadowSystem

        public ShadowSystem()
    • Method Detail

      • nanoTime

        public static long nanoTime()
        Implements System.nanoTime() through ShadowWrangler.
        Returns:
        Current time with nanos.
      • currentTimeMillis

        public static long currentTimeMillis()
        Implements System.currentTimeMillis() through ShadowWrangler.
        Returns:
        Current time with millis.