Searched defs:andNot (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/math/
H A DLogical.java26 * <li>andNot</li>
217 /** @see BigInteger#andNot(BigInteger) */
218 static BigInteger andNot(BigInteger val, BigInteger that) { method in class:Logical
H A DBigInteger.java724 * Evaluating {@code x.andNot(value)} returns the same result as {@code
733 public BigInteger andNot(BigInteger value) { method in class:BigInteger
736 return Logical.andNot(this, value);
/libcore/ojluni/src/main/java/java/util/
H A DBitSet.java1005 public void andNot(BitSet set) { method in class:BitSet

Completed in 247 milliseconds