Files
samskivert/projects
mdb d5fb2fe6b1 Rewrote split() and parseStringArray() not to use StringTokenizer because
it does undesirable things like not report multiple separators and skip
separators that show up at the beginning of the string. We prefer the more
rigorous approach of interpreting something like ",," as three empty
strings rather than nothing at all which is what StringTokenizer would
report.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@567 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-02-07 08:41:59 +00:00
..
2001-12-03 10:08:33 +00:00