Uses of Class
jaggregate.Interval

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
<T extends Number>
Interval<T>
Interval.fromTo(T from, T to)
          Creates an interval representing an arithmetic progression from one number to another, in increments of 1.
static
<T extends Number>
Interval<T>
Interval.fromToBy(T from, T to, T by)
          Creates an interval representing an arithmetic progression from one number to another, with the given increment.
 



© Copyright 2004-2008 Paul R. Holser, Jr. All rights reserved. Licensed under the Academic Free License version 3.0. pholser@alumni.rice.edu