CollationElementIterator.java (reset): Reset lookahead variables.

2004-04-24  Jerry Quinn  <jlquinn@optonline.net>

	* java/text/CollationElementIterator.java (reset): Reset
        lookahead variables.

From-SVN: r81142
This commit is contained in:
Jerry Quinn 2004-04-24 16:03:05 +00:00 committed by Jerry Quinn
parent 67781b4446
commit 6f0b1fa57e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-04-24 Jerry Quinn <jlquinn@optonline.net>
* java/text/CollationElementIterator.java (reset): Reset
lookahead variables.
2004-04-23 Mark Wielaard <mark@klomp.org>
* jni/classpath/jcl.c: Changed C++ comments into C comments.

View File

@ -134,6 +134,8 @@ public final class CollationElementIterator
public void reset()
{
textIndex = 0;
lookahead_set = false;
lookahead = 0;
}
/**