itr.nextToken() is inside the if. On Tue, May 24, 2011 at 7:29 AM, <[email protected]> wrote:
> while (itr.hasMoreTokens()) {
> if(count == 5)
> {
> word.set(itr.nextToken());
> output.collect(word, one);
> }
> count++;
> }
>
