Re: [Rd] BitSet equivalent? Java code usable?

2011-10-12 Thread Joachim Harloff
> If you don't have NAs in your bits, you might be able to use the raw > vector type. A raw value is one byte (8 bits), doesn't support NAs and > supports bit operations on all the bits at once: > > &, |, !, xor > > You'd probably want to wrap it into a class that allows a more > BitSet-like vi

[Rd] BitSet equivalent? Java code usable?

2011-10-08 Thread Joachim Harloff
de be used? Can I use some Java code for a R package (without translating it first to C. This is not always simple)? Probably this sounds ugly but it would greatly simplify the task for me. Regards, Joachim Harloff __ R-devel@r-project.org mai