[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides documentation for the `CurrentMillisClock` class, which is an implementation of the `ApiClock` interface in Java."],["The latest version of `CurrentMillisClock` documented is 2.46.1, and the page lists numerous previous versions, including all minor releases since 2.13.1."],["`CurrentMillisClock` utilizes `System.currentTimeMillis()` as its time source and offers methods such as `getDefaultClock()`, `millisTime()`, and `nanoTime()` to access time."],["The `CurrentMillisClock` class inherits various methods from the `Object` superclass, like `clone()`, `equals()`, `hashCode()` and many others, along with implementing the `ApiClock` and `Serializable` interfaces."],["The class is serializable, and the `millisTime()` and `nanoTime()` methods return the current time in milliseconds and nanoseconds respectively."]]],[]]