 |
BitSet example in Java - Java samples - Programming tutorials on Java, C, C++, PHP, ASP
A BitSet class creates a special type of array that holds bit values. This array can increase in size as needed. This makes it similar to a vector of bits. The BitSet constructors are ...
java-samples.com |
 |