public class IntegerRange extends Object
Constructor and Description |
---|
IntegerRange() |
Modifier and Type | Method and Description |
---|---|
static Iterable<Integer> |
of(int startAt,
int finishAt) |
static Iterable<Integer> |
ofSize(int size) |
static Iterable<Integer> |
ofSizeStartingAt(int startAt,
int size) |
Copyright © 2002-2024 Atlassian. All Rights Reserved.