Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/flagged_api/java/util/stream/
DIntStream.annotated.java127 public static java.util.stream.IntStream rangeClosed(int startInclusive, int endInclusive) { throw … in rangeClosed() method
DLongStream.annotated.java125 public static java.util.stream.LongStream rangeClosed(long startInclusive, long endInclusive) { thr… in rangeClosed() method
/libcore/ojluni/src/main/java/java/util/stream/
DIntStream.java1105 public static IntStream rangeClosed(int startInclusive, int endInclusive) { in rangeClosed() method
DLongStream.java1101 public static LongStream rangeClosed(long startInclusive, final long endInclusive) { in rangeClosed() method