|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interval | |
---|---|
jaggregate | Jaggregate is a J2SE 5.0-aware collections library that is modeled after the ANSI Smalltalk collection protocols. |
Uses of Interval in jaggregate |
---|
Methods in jaggregate that return Interval | ||
---|---|---|
static
|
Interval.fromTo(T from,
T to)
Creates an interval representing an arithmetic progression from one number to another, in increments of 1. |
|
static
|
Interval.fromToBy(T from,
T to,
T by)
Creates an interval representing an arithmetic progression from one number to another, with the given increment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |