I am conducting some throughput testing. My application has to
My goal here is t
Create a very large collection of random objects and then alternate calls to Collections.shuffle() and Collections.sort().
Collections.shuffle()
Collections.sort()
I used Jakarta Commons Lang to generate random strings for the purposes of shuffling/sorting.