Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

String Tokenizer Java 1.1 improved

Status
Not open for further replies.

ascht

Programmer
Sep 22, 2000
43
0
0
CH
faq forum java string tokenizer improve separator consecutive delimiter parse
java string tokenizer improve separator consecutive delimiter comma substring enhance whitespace preceding count parses parser side-by-side null returned between


String Tokenizer Java 1.1 improved
==================================
by modifying Tokenizer from JDK 1.31 to run under JAVA 1.18

Interface Iterator and following function removed:

public void remove()
{
throw new UnsupportedOperationException();
}

OPAT Atraxis/EDS, opat@atraxis.com / opat@eds.com M.Noerlinger A.Kienast
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top