That's a good idea - it also get around the problem that the array elements are currently mutable, when we intend for them to be final. Yeah, go ahead and create a ticket for 1.4.1.
Thanks, -T On Thu, Nov 19, 2009 at 8:25 AM, Sandro Martini <sandro.mart...@gmail.com>wrote: > Hi to all, > instead of boolean[] (I've them in some sources, for example in > row/cell flags), what do you think on using instead a BitSet (wasting > less memory), but set/returning boolean values as currently ? > > http://java.sun.com/javase/6/docs/api/java/util/BitSet.html > > > Add a ticket for the 1.4.1 ? > > Bye >