StringTokenizer - read a token twice

Hello,

Is there a way to read a token using StringTokenizer (or another tokenizer class...), without automatically advancing to the next one? Or to put the token back? That is, read a token 2 times. I could use an self managed array contanining all tokens, but i wonder if there is a cleaner method.

Thank you!

[330 byte] By [Winnetoua] at [2007-11-26 17:21:20]
# 1
use 2 tokenizers
georgemca at 2007-7-8 23:49:20 > top of Java-index,Java Essentials,Java Programming...
# 2
See String.split()
duckbilla at 2007-7-8 23:49:20 > top of Java-index,Java Essentials,Java Programming...