上一页 1 2 3 4 5 6 7 8 ··· 92 下一页
摘要: ## 介绍 - java.time.chrono.ChronoLocalDateTime - public interface ChronoLocalDateTime extends Temporal, TemporalAdjuster, Comparable> ## API - timeLineO 阅读全文
posted @ 2023-09-05 09:25 流星<。)#)))≦ 阅读(9) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.temporal.TemporalQuery - 接口声明 ```java @FunctionalInterface public interface TemporalQuery ``` - 关联工具类 `TemporalQueries` ## API - que 阅读全文
posted @ 2023-09-05 09:25 流星<。)#)))≦ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.temporal.TemporalAdjuster - 接口声明 ```java @FunctionalInterface public interface TemporalAdjuste ``` - 关联的工具类 `TemporalAdjusters` ## A 阅读全文
posted @ 2023-09-05 09:25 流星<。)#)))≦ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.chrono.ChronoLocalDate - public interface ChronoLocalDate extends Temporal, TemporalAdjuster, Comparable - 实现 `Temporal` ,支持的时间单位有 - 阅读全文
posted @ 2023-09-05 09:11 流星<。)#)))≦ 阅读(19) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.time.temporal.TemporalUnit` - `public interface TemporalUnit` - 日期时间单位 - 时间的测量是建立在单位上的,例如年、月、日、小时、分钟和秒。此接口的实现代表那些单位 - 此接口的实例表示单位本身,而不是单位 阅读全文
posted @ 2023-09-05 09:11 流星<。)#)))≦ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.time.temporal.TemporalAmount` - `public interface TemporalAmount` - 时间量 - 定义时间量的框架级接口 - 时间量可以被认为是 TemporalUnit 到 long 的 Map ,通过 `getUnit 阅读全文
posted @ 2023-09-05 09:11 流星<。)#)))≦ 阅读(16) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.util.TimeZone - public abstract class TimeZone implements Serializable, Cloneable ## API ### 常量 - SHORT : 0 - LONG : 1 ### static - getAv 阅读全文
posted @ 2023-09-05 09:11 流星<。)#)))≦ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.Duration - 类声明 ```java @jdk.internal.ValueBased public final class Duration implements TemporalAmount, Comparable, Serializable ``` 阅读全文
posted @ 2023-09-05 09:11 流星<。)#)))≦ 阅读(33) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.util.Date` - `public class Date implements java.io.Serializable, Cloneable, Comparable` - Date 类代表一个特定的时间点,精度为毫秒 - 在 JDK 1.1 之前,类Date有两个 阅读全文
posted @ 2023-09-05 09:10 流星<。)#)))≦ 阅读(11) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.util.Calendar - `public abstract class Calendar implements Serializable, Cloneable, Comparable` - 抽象类,提供了特定时刻和一组日历域(field) - 特定时刻用毫秒值表示,从 阅读全文
posted @ 2023-09-05 09:10 流星<。)#)))≦ 阅读(12) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 92 下一页