BitSet « Collections Data Structure « Java






1.Java 1.5 (5.0) Changes to the API: several of the new bit manipulation methods in Integer.Java 1.5 (5.0) Changes to the API: several of the new bit manipulation methods in Integer.
2.The use of BitSetThe use of BitSet
3.Manipulating the BitSetManipulating the BitSet
4.Another Bitset demoAnother Bitset demo
5.Operations on series of numbers
6.BitOHoney
7.BitOps
8.Convert bitset to int array and string
9.Implementation of a bit map of any size, together with static methods to manipulate int, byte and byte[] values as bit maps








10.Operations on bit-mapped fields.