Well, now we have a comparison between the two classes :) What should we do? Move to an extended BitSet or remain using BitArray? In the latter case: what about the bug?
Thank you! Sback Matthew Toseland wrote: > On Monday 23 July 2007 09:45, bbackde at googlemail.com wrote: > >>> setAllOnes() to set all bits true, >>> >> maybe use BitSet.set(int fromIndex, int toIndex) with fromIndex=0 and >> toIndex=BitSet.size() >> [CUT]
