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:
parent
67781b4446
commit
6f0b1fa57e
2 changed files with 7 additions and 0 deletions
|
@ -134,6 +134,8 @@ public final class CollationElementIterator
|
|||
public void reset()
|
||||
{
|
||||
textIndex = 0;
|
||||
lookahead_set = false;
|
||||
lookahead = 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue