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

Diff of /classpath/java/text/CollationElementIterator.java

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

revision 1.8 by mkoch, Thu May 15 13:17:44 2003 UTC revision 1.9 by mkoch, Thu Jun 26 17:57:15 2003 UTC
# Line 100  public final class CollationElementItera Line 100  public final class CollationElementItera
100     */     */
101    public int next ()    public int next ()
102    {    {
     ++index;  
103      if (index >= text.length ())      if (index >= text.length ())
104        return NULLORDER;        return NULLORDER;
105    
106      String s = text.charAt (index) + "";      String s = text.charAt (index) + "";
107        index++;
108      return collator.getCollationElementValue (s);      return collator.getCollationElementValue (s);
109    }    }
110    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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