/[classpath]/classpath/java/text/StringCharacterIterator.java
ViewVC logotype

Diff of /classpath/java/text/StringCharacterIterator.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by trebligd, Sat Jul 23 20:25:15 2005 UTC revision 1.11 by trebligd, Thu Aug 18 13:25:54 2005 UTC
# Line 76  public final class StringCharacterIterat Line 76  public final class StringCharacterIterat
76     * text of the specified <code>String</code>.  The initial index     * text of the specified <code>String</code>.  The initial index
77     * value will be set to the first character in the string.     * value will be set to the first character in the string.
78     *     *
79     * @param text The <code>String</code> to iterate through.     * @param text The <code>String</code> to iterate through (<code>null</code>
80       *             not permitted).
81       *
82       * @throws NullPointerException if <code>text</code> is <code>null</code>.
83     */     */
84    public StringCharacterIterator (String text)    public StringCharacterIterator (String text)
85    {    {

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26