Hi Andi, > Isn't that depending on Java 1.5 ?
Assertions work since Java 1.4 I think. We have a lot of assertions in code. And it would not compile with -source 1.4, as we do. > <[email protected]> wrote: > > > > > I think that makes sense. I'll wait a day or so and then commit it > > if there are no objections. > > > > Mike > > > > Jason Rutherglen wrote: > > > >> A simple way to make BitVector faster would be to turn the get method > >> bounds checking into an assertion. This is similar to > >> OpenBitSet.fastGet. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
