BigInteger.and
Class Overview | Class Members | 
  This Package | 
All Packages
 public BigInteger and( BigInteger val )
Description
 Returns a BigInteger whose value is (this & val).  (This method
 returns a negative number iff this and val are both negative.)