[[["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-09 UTC."],[[["This webpage details the `NanoClock` class, which is a default implementation of the `ApiClock` interface, utilizing `System.nanoTime()` for high-resolution timekeeping."],["The `NanoClock` class implements both the `ApiClock` and `Serializable` interfaces, and inherits from `java.lang.Object`, providing methods such as `millisTime()` and `nanoTime()`."],["The latest version available for the `NanoClock` API is 2.46.1, while the current page provides documentation for version 2.6.3, and also shows 36 other previous versions available."],["The `getDefaultClock()` static method returns an `ApiClock` instance, providing a convenient way to access the default clock implementation."],["`NanoClock` offers `millisTime()` and `nanoTime()` methods, which respectively provide the current time in milliseconds and nanoseconds based on the clock's high-resolution time source."]]],[]]