上一页 1 2 3 4 5 6 7 8 9 ··· 94 下一页
摘要: ## 介绍 - `java.beans.BeanDescriptor` - `public class BeanDescriptor extends FeatureDescriptor` ## API ### 构造器 - `BeanDescriptor(Class beanClass)` - `Be 阅读全文
posted @ 2023-09-05 09:25 流星<。)#)))≦ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 Java 泛型的突出特性之一是在虚拟机中擦除泛型类型,但是擦除的类仍然保留原先泛型的一些微弱记忆。例如,原始 `Pair` 类知道它源自于泛型类 `Pair` ,尽管无法区分是 `Pair` 还是 `Pair` 为了描述泛型类型声明,`java.lang.reflect` 包中提供了接口 阅读全文
posted @ 2023-09-05 09:25 流星<。)#)))≦ 阅读(15) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.lang.reflect.Proxy` - `public class Proxy implements java.io.Serializable` - 代理类是在运行时创建的类,它实现了指定的**接口列表**,称为代理接口 - 每个代理实例都有一个关联的调用处理程序对象 阅读全文
posted @ 2023-09-05 09:25 流星<。)#)))≦ 阅读(14) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.LocalTime - 类声明 ```java @jdk.internal.ValueBased public final class LocalTime implements Temporal, TemporalAdjuster, Comparable, Ser 阅读全文
posted @ 2023-09-05 09:25 流星<。)#)))≦ 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.LocalDateTime - 类声明 - 本地日期时间 ```java @jdk.internal.ValueBased public final class LocalDateTime implements Temporal, TemporalAdjuster 阅读全文
posted @ 2023-09-05 09:25 流星<。)#)))≦ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.format.DateTimeFormatter - public final class DateTimeFormatter - 用来替代 `java.text.DateFormat` ## API ### 常量 - BASIC_ISO_DATE - ISO_L 阅读全文
posted @ 2023-09-05 09:25 流星<。)#)))≦ 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.chrono.ChronoZonedDateTime - public interface ChronoZonedDateTime extends Temporal, Comparable> ## API ### public - timeLineOrder - 阅读全文
posted @ 2023-09-05 09:25 流星<。)#)))≦ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.chrono.ChronoPeriod - public interface ChronoPeriod extends TemporalAmount - 实现类 `Period` ## API - between - getChronology - `Chrono 阅读全文
posted @ 2023-09-05 09:25 流星<。)#)))≦ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.chrono.ChronoLocalDateTime - public interface ChronoLocalDateTime extends Temporal, TemporalAdjuster, Comparable> ## API - timeLineO 阅读全文
posted @ 2023-09-05 09:25 流星<。)#)))≦ 阅读(10) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.temporal.TemporalQuery - 接口声明 ```java @FunctionalInterface public interface TemporalQuery ``` - 关联工具类 `TemporalQueries` ## API - que 阅读全文
posted @ 2023-09-05 09:25 流星<。)#)))≦ 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 94 下一页
点击右上角即可分享
微信分享提示