how to represent an integer array using java.util.BitSet ?

Posted by nd81 on Stack Overflow See other posts from Stack Overflow or by nd81
Published on 2010-05-26T06:00:14Z Indexed on 2010/05/26 6:01 UTC
Read the original article Hit count: 189

Filed under:

I need to represent an array of integers using BitSet. Can somebody explain me the logic required to do this ?

© Stack Overflow or respective owner

Related posts about bitset