Searched defs:and (Results 1 – 7 of 7) sorted by relevance
68 default IntPredicate and(IntPredicate other) { in and() method
68 default DoublePredicate and(DoublePredicate other) { in and() method
68 default LongPredicate and(LongPredicate other) { in and() method
67 default Predicate<T> and(Predicate<? super T> other) { in and() method
71 default BiPredicate<T, U> and(BiPredicate<? super T, ? super U> other) { in and() method
912 public void and(BitSet set) { in and() method in BitSet
1017 int and = signatureAlgorithm.indexOf("AND", with + 4); in getEncAlgFromSigAlg() local