Class ShadowSystem


  • public class ShadowSystem
    extends Object
    • 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.