All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tadt.standard.IntervalsEnumeration

java.lang.Object
   |
   +----tadt.standard.IntervalsEnumeration

public class IntervalsEnumeration
extends Object
implements Enumeration
The IntervalsEnumeration class creates an Enumeration on an array of Intervals.


Constructor Index

 o IntervalsEnumeration(Interval[])
Construct an IntervalsEnumeration from an array of Intervals.

Method Index

 o hasMoreElements()
Does this enumeration have more elements?
 o nextElement()
Retrieve the next Interval

Constructors

 o IntervalsEnumeration
  public IntervalsEnumeration(Interval p[])
Construct an IntervalsEnumeration from an array of Intervals.

Parameters:
p - - array of Intervals

Methods

 o nextElement
  public Object nextElement()
Retrieve the next Interval

 o hasMoreElements
  public boolean hasMoreElements()
Does this enumeration have more elements?


All Packages  Class Hierarchy  This Package  Previous  Next  Index