Home | History | Annotate | Download | only in jdiff

Lines Matching full:nextindex

325             Index nextIndex = (Index)(iter.next()); 
327 currIndex = nextIndex; // Prime the pump
329 if (nextIndex.name_.compareTo(currIndex.name_) == 0) {
343 currIndex = nextIndex;
896 Index nextIndex = (Index)(iter.next());
898 currIndex = nextIndex; // Prime the pump
900 if (nextIndex.name_.compareTo(currIndex.name_) == 0) {
914 currIndex = nextIndex;