Package | Description |
---|---|
org.apache.commons.functor.range |
Contains code related to Ranges.
|
Modifier and Type | Method and Description |
---|---|
static IntegerRange |
Ranges.integerRange(Endpoint<Integer> leftEndpoint,
Endpoint<Integer> rightEndpoint,
int step)
Create a new IntegerRange.
|
static IntegerRange |
Ranges.integerRange(int from,
BoundType leftBoundType,
int to,
BoundType rightBoundType)
Create a new IntegerRange.
|
static IntegerRange |
Ranges.integerRange(int from,
BoundType leftBoundType,
int to,
BoundType rightBoundType,
int step)
Create a new IntegerRange.
|
static IntegerRange |
Ranges.integerRange(int from,
int to)
Create a new IntegerRange.
|
static IntegerRange |
Ranges.integerRange(int from,
int to,
int step)
Create a new IntegerRange.
|
static IntegerRange |
Ranges.integerRange(Number from,
Number to)
Create a new IntegerRange.
|
static IntegerRange |
Ranges.integerRange(Number from,
Number to,
Number step)
Create a new IntegerRange.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.