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

Diff of /classpath/java/text/CharacterIterator.java

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

revision 1.6.2.1 by gnu_andrew, Tue Aug 2 20:12:26 2005 UTC revision 1.6.2.2 by gnu_andrew, Wed Nov 2 00:43:36 2005 UTC
# Line 68  public interface CharacterIterator exten Line 68  public interface CharacterIterator exten
68     * <code>getEndIndex() - 1</code>, it will not be incremented.     * <code>getEndIndex() - 1</code>, it will not be incremented.
69     *     *
70     * @return The character at the position of the incremented index value,     * @return The character at the position of the incremented index value,
71     * or <code>DONE</code> if the index has reached getEndIndex() - 1     * or {@link #DONE} if the index has reached getEndIndex() - 1
72     */     */
73    char next();    char next();
74    

Legend:
Removed from v.1.6.2.1  
changed lines
  Added in v.1.6.2.2

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