jdk/src/java.base/share/classes/sun/security/x509/X500Name.java
changeset 28059 e576535359cc
parent 26967 c182469301ee
child 30033 b9c86c17164a
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   334     public int size() {
   334     public int size() {
   335         return names.length;
   335         return names.length;
   336     }
   336     }
   337 
   337 
   338     /**
   338     /**
   339      * Return an immutable List of the the AVAs contained in all the
   339      * Return an immutable List of the AVAs contained in all the
   340      * RDNs of this X500Name.
   340      * RDNs of this X500Name.
   341      */
   341      */
   342     public List<AVA> allAvas() {
   342     public List<AVA> allAvas() {
   343         List<AVA> list = allAvaList;
   343         List<AVA> list = allAvaList;
   344         if (list == null) {
   344         if (list == null) {