Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setTimeProvider (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/core/lang/SystemUtil.java

        }
    
        /**
         * Sets a custom time provider. Useful for testing.
         *
         * @param provider the time provider, or null to reset to default
         */
        public static void setTimeProvider(LongSupplier provider) {
            timeProvider = provider != null ? provider : System::currentTimeMillis;
        }
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Thu Feb 12 12:10:45 GMT 2026
    - 4.1K bytes
    - Click Count (0)
Back to Top