Class polya.PolylistEnum
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class polya.PolylistEnum

java.lang.Object
   |
   +----polya.PolylistEnum

public class PolylistEnum
extends Object
implements Enumeration
PolylistEnum is an enumeration class for the class Polylist. It implements the interface java.util.Enumeration, i.e. the methods: hasMoreElements() and nextElement().

Constructor Index

 o PolylistEnum(Polylist)
PolylistEnum constructs a PolylistEnum from a Polylist.

Method Index

 o hasMoreElements()
hasMoreElements() indicates whether there are more elements left in the enumeration.
 o nextElement()
nextElement returns the next element in the enumeration.

Constructors

 o PolylistEnum
  public PolylistEnum(Polylist L)
PolylistEnum constructs a PolylistEnum from a Polylist.

Methods

 o hasMoreElements
  public boolean hasMoreElements()
hasMoreElements() indicates whether there are more elements left in the enumeration.
 o nextElement
  public Object nextElement()
nextElement returns the next element in the enumeration.

All Packages  Class Hierarchy  This Package  Previous  Next  Index