|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Range in net.sf.sido.array |
|---|
| Fields in net.sf.sido.array declared as Range | |
|---|---|
static Range |
Range.NIL
Empty range |
| Methods in net.sf.sido.array that return Range | |
|---|---|
Range |
Range.expand(int target)
Returns a range that has been expanded to include the given target. |
static Range |
Range.from(Collection<?> collection)
Creates a range from the boundaries of a collection. |
static Range |
Range.from(int offset,
Collection<?> collection)
Creates a range from the boundaries of a collection, and offsets it. |
static Range |
Range.nil()
Returns the nil range |
Range |
Range.offset(int offset)
Creates a new range that is offset from this range. |
static Range |
Range.valueOf(String value)
Parses a Range from a String. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||