Searched defs:rangeClosed (Results 1 – 4 of 4) sorted by relevance
127 public static java.util.stream.IntStream rangeClosed(int startInclusive, int endInclusive) { throw … in rangeClosed() method
125 public static java.util.stream.LongStream rangeClosed(long startInclusive, long endInclusive) { thr… in rangeClosed() method
1105 public static IntStream rangeClosed(int startInclusive, int endInclusive) { in rangeClosed() method
1101 public static LongStream rangeClosed(long startInclusive, final long endInclusive) { in rangeClosed() method