jdk/src/share/classes/java/text/Format.java
changeset 21278 ef8a3a2a72f2
parent 19054 a64012cb49d6
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   279 
   279 
   280         return as.getIterator();
   280         return as.getIterator();
   281     }
   281     }
   282 
   282 
   283     /**
   283     /**
   284      * Creates an <code>AttributedCharacterIterator</code> containg the
   284      * Creates an <code>AttributedCharacterIterator</code> containing the
   285      * concatenated contents of the passed in
   285      * concatenated contents of the passed in
   286      * <code>AttributedCharacterIterator</code>s.
   286      * <code>AttributedCharacterIterator</code>s.
   287      *
   287      *
   288      * @param iterators AttributedCharacterIterators used to create resulting
   288      * @param iterators AttributedCharacterIterators used to create resulting
   289      *                  AttributedCharacterIterators
   289      *                  AttributedCharacterIterators