Home
last modified time | relevance | path

Searched defs:reduce (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
DDoubleStream.java377 double reduce(double identity, DoubleBinaryOperator op); in reduce() method
414 OptionalDouble reduce(DoubleBinaryOperator op); in reduce() method
DIntStream.java370 int reduce(int identity, IntBinaryOperator op); in reduce() method
407 OptionalInt reduce(IntBinaryOperator op); in reduce() method
DLongStream.java375 long reduce(long identity, LongBinaryOperator op); in reduce() method
412 OptionalLong reduce(LongBinaryOperator op); in reduce() method
/libcore/ojluni/src/main/java/sun/security/x509/
DGeneralSubtrees.java496 public void reduce(GeneralSubtrees excluded) { in reduce() method in GeneralSubtrees