All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tadt.standard.InstantsEnumeration

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

public class InstantsEnumeration
extends Object
implements Enumeration
The InstantsEnumeration class creates an Enumeration on an array of Instants.


Constructor Index

 o InstantsEnumeration(Instant[])
Construct an InstantsEnumeration from an array of Instants.

Method Index

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

Constructors

 o InstantsEnumeration
  public InstantsEnumeration(Instant i[])
Construct an InstantsEnumeration from an array of Instants.

Parameters:
i - - array of Instants

Methods

 o nextElement
  public Object nextElement()
Retrieve the next Instant from this Period.

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index