BitSet.and
BitSet.and
Class Overview
|
Class Members
|
This Package
|
All Packages
Syntax
public void and(
BitSet
set
)
Parameters
set
the bit set to be ANDed with
Description
Logically ANDs this bit set with the specified set of bits.