DJClayworth

1,753
reputation
180 views

Registered User

name DJClayworth
member for 1 year
seen Oct 30 at 13:51
website
location
age
Oct
27
answered Java Double to String conversion without formatting
Oct
7
answered How to rotate a picture using jogl ?
Sep
20
awarded  Yearling
Sep
3
answered java iterator/iterable subinterface
Aug
27
comment Fastest way to compare strings (literal and numerical)
If eliminating the parsing doesn't improve matters, then either most of your Strings can't be parsed to doubles (in which case the code trying to do it is useless and should be eliminated) or the String comparison really isn't making any difference and you should really go and look at the sort algorithm.
Jul
2
accepted Generating excel documents programmatically
Jul
2
comment Side effect--what’s this?
A side-effect can be other things than changing a class state, as described above.
Jul
2
answered Generating excel documents programmatically