HomeSort by relevance Sort by last modified time
    Searched defs:mapToInt (Results 1 - 5 of 5) sorted by null

  /libcore/ojluni/src/main/java/java/util/stream/
DoubleStream.java 133 IntStream mapToInt(DoubleToIntFunction mapper);
    [all...]
LongStream.java 135 IntStream mapToInt(LongToIntFunction mapper);
    [all...]
Stream.java 58 * .mapToInt(w -> w.getWeight())
103 * {@code mapToInt} in the example above. To preserve correct behavior,
195 IntStream mapToInt(ToIntFunction<? super T> mapper);
    [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 58 milliseconds