Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
JDK 11 jdk.localedata.jmod - Locale Data Module
JDK 11 jdk.localedata.jmod is the JMOD file for JDK 11 Localedata module.
JDK 11 Locale Data module compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\jdk.localedata.jmod.
JDK 11 Locale Data module compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modules JImage file.
JDK 11 Locale Data module source code files are stored in \fyicenter\jdk-11.0.1\lib\src.zip\jdk.localedata.
You can click and view the content of each source code file in the list below.
✍: FYIcenter
⏎ sun/text/resources/ext/CollationData_hi.java
/* * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ /* */ /* * Copyright (c) 1998 International Business Machines. * All Rights Reserved. * */ package sun.text.resources.ext; import java.util.ListResourceBundle; public class CollationData_hi extends ListResourceBundle { protected final Object[][] getContents() { return new Object[][] { { "Rule", "" + "< \u0901 < \u0902 < \u0903 < \u0905" + "< \u0906 < \u0907 < \u0908 < \u0909" + "< \u090a < \u090b < \u0960 < \u090e" + "< \u090f < \u090c < \u0961 < \u0910" + "< \u090d < \u0912 < \u0913 < \u0914" + "< \u0911 < \u0915 < \u0958 < \u0916" + "< \u0959 < \u0917 < \u095a < \u0918" + "< \u0919 < \u091a < \u091b < \u091c" + "< \u095b < \u091d < \u091e < \u091f" + "< \u0920 < \u0921 < \u095c < \u0922" + "< \u095d < \u0923 < \u0924 < \u0925" + "< \u0926 < \u0927 < \u0928 < \u0929" + "< \u092a < \u092b < \u095e < \u092c" + "< \u092d < \u092e < \u092f < \u095f" + "< \u0930 < \u0931 < \u0932 < \u0933" + "< \u0934 < \u0935 < \u0936 < \u0937" + "< \u0938 < \u0939 < \u093e < \u093f" + "< \u0940 < \u0941 < \u0942 < \u0943" + "< \u0944 < \u0946 < \u0947 < \u0948" + "< \u0945 < \u094a < \u094b < \u094c" + "< \u0949 < \u094d < \u093c < \u093d" + "< \u0950 < \u0951 < \u0952 < \u0953" + "< \u0954 < \u0962 < \u0963 < \u0964" + "< \u0965 < \u0966 < \u0967 < \u0968" + "< \u0969 < \u096a < \u096b < \u096c" + "< \u096d < \u096e < \u096f < \u0970" }, }; } }
⏎ sun/text/resources/ext/CollationData_hi.java
Or download all of them as a single archive file:
File name: jdk.localedata-11.0.1-src.zip File size: 6953463 bytes Release date: 2018-11-04 Download
⇒ JDK 11 jdk.management.jmod - Management Module
2020-06-21, ≈248🔥, 0💬
Popular Posts:
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...
JDK 11 java.compiler.jmod is the JMOD file for JDK 11 Compiler module. JDK 11 Compiler module compil...
JUnit Source Code Files are provided in the source package file, junit-4.13.2-sources.jar .You can b...
JDK 11 jdk.jcmd.jmod is the JMOD file for JDK 11 JCmd tool, which can be invoked by the "jcmd" comma...
How to download and install JDK (Java Development Kit) 1.4? If you want to write Java applications, ...