All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tadt.standard.PeriodsEnumeration

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

public class PeriodsEnumeration
extends Object
implements Enumeration
The PeriodsEnumeration class creates an Enumeration on an array of Periods.


Constructor Index

 o PeriodsEnumeration(Period[])
Construct an PeriodsEnumeration from an array of Periods.

Method Index

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

Constructors

 o PeriodsEnumeration
  public PeriodsEnumeration(Period p[])
Construct an PeriodsEnumeration from an array of Periods.

Parameters:
p - - array of Periods

Methods

 o nextElement
  public Object nextElement()
Retrieve the next Period

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index