上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 92 下一页
摘要: ## 介绍 - java.text.Collator - public abstract class Collator implements java.util.Comparator, Cloneable - 排序和规范化 ## API ### 常量 #### Strength 强度 - PRIMA 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.text.DecimalFormat - public class DecimalFormat extends NumberFormat ## API ### 常量 - INTEGER_FIELD : 0 - FRACTION_FIELD : 1 ### 构造器 - Dec 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(59) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.text.DecimalFormatSymbols - public class DecimalFormatSymbols implements Cloneable, Serializable ## API ### static - getInstance - getAva 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(15) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.text.Format - public abstract class Format implements Serializable, Cloneable ## API ### public - format - formatToCharacterIterator - pa 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.text.MessageFormat - public class MessageFormat extends Format ## API ### 构造器 - MessageFormat(String pattern) - MessageFormat(String patt 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.util.Currency - public final class Currency implements Serializable - ISO 4217 货币 ## API ### static - getInstance - `Currency getInstance 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(25) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.util.ResourceBundle - public abstract class ResourceBundle - 资源包 ## API ### static - clearCache - getBundle - ResourceBundle getBundle(St 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.lang.annotation.Annotation - public interface Annotation - 所有的注解接口都隐式地扩展自此接口。这个接口是一个常规接口,不是一个注解接口 ## API - annotationType - `Class annota 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.lang.annotation.RetentionPolicy - public enum RetentionPolicy - 保留策略 - 配合 `@Retention` 元注解使用 ## API ### enum - SOURCE - 不包括在类文件中的注解 - CLA 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.lang.annotation.Inherited - 声明 ```java @Documented @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.ANNOTATION_TYPE) public @inter 阅读全文
posted @ 2023-08-24 10:25 流星<。)#)))≦ 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 92 下一页