Home
last modified time | relevance | path

Searched defs:andNot (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/math/
DBigInteger.annotated.java107 …@libcore.util.NonNull public BigInteger andNot(@libcore.util.NonNull BigInteger val) { throw new R… in andNot() method in BigInteger
/libcore/ojluni/src/main/java/java/util/
DBitSet.java1008 public void andNot(BitSet set) { in andNot() method in BitSet