Skip navigation links
A B C D E F G H I J L M N O P R S T V X Z 

S

setBit(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit set.
shiftLeft(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this << n).
shiftRight(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this >> n).
signum() - Method in class java.math.BigInteger
Returns the signum function of this BigInteger.
subtract(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this - val).
A B C D E F G H I J L M N O P R S T V X Z 
Skip navigation links