上一页 1 2 3 4 5 6 7 8 ··· 92 下一页
摘要: ## 介绍 - `java.time.temporal.TemporalUnit` - `public interface TemporalUnit` - 日期时间单位 - 时间的测量是建立在单位上的,例如年、月、日、小时、分钟和秒。此接口的实现代表那些单位 - 此接口的实例表示单位本身,而不是单位 阅读全文
posted @ 2023-09-05 09:11 流星<。)#)))≦ 阅读(13) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.time.temporal.TemporalAmount` - `public interface TemporalAmount` - 时间量 - 定义时间量的框架级接口 - 时间量可以被认为是 TemporalUnit 到 long 的 Map ,通过 `getUnit 阅读全文
posted @ 2023-09-05 09:11 流星<。)#)))≦ 阅读(8) 评论(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 流星<。)#)))≦ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.Duration - 类声明 ```java @jdk.internal.ValueBased public final class Duration implements TemporalAmount, Comparable, Serializable ``` 阅读全文
posted @ 2023-09-05 09:11 流星<。)#)))≦ 阅读(30) 评论(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 流星<。)#)))≦ 阅读(8) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.util.Calendar - `public abstract class Calendar implements Serializable, Cloneable, Comparable` - 抽象类,提供了特定时刻和一组日历域(field) - 特定时刻用毫秒值表示,从 阅读全文
posted @ 2023-09-05 09:10 流星<。)#)))≦ 阅读(9) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.time.temporal.TemporalField` - `public interface TemporalField` - 时间域 - A field of date-time, such as month-of-year or minute-of-hour - 阅读全文
posted @ 2023-09-05 09:10 流星<。)#)))≦ 阅读(11) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.time.temporal.TemporalAccessor` - `public interface TemporalAccessor` - 时间访问器 - 定义对时间对象的只读访问,例如日期、时间、偏移量或组合 - 日期、时间和偏移量对象的基本接口类型 - 大多数日期 阅读全文
posted @ 2023-09-05 09:10 流星<。)#)))≦ 阅读(20) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.time.temporal.Temporal` - `public interface Temporal extends TemporalAccessor` - 时间 - 定义对时间对象的读写访问的框架级接口 - 日期、时间和偏移量对象的基本接口类型,可以使用进行修改操作 阅读全文
posted @ 2023-09-05 09:10 流星<。)#)))≦ 阅读(10) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.lang.reflect.InvocationHandler` - `public interface InvocationHandler` ## API ### public - invoke - invokeDefault - 调用接口的 default 方法 阅读全文
posted @ 2023-09-04 10:34 流星<。)#)))≦ 阅读(2) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 92 下一页