[all packages]
[package net.sf.pizzacompiler.util]
[class hierarchy]
[index]
public interface net.sf.pizzacompiler.util.Enumeration<A>
(source file: /home/enno/source/tmp/pizza/main/src/net/sf/pizzacompiler/util/Enumeration.pizza)
java.lang.Object
|
+----net.sf.pizzacompiler.util.Enumeration<A>
The pure class interface.
public interface Enumeration<A>
-
Copyright (C) 1996-2001 Martin Odersky.
This software is distributed under the Artistic License. See
artistic.html or artistic.txt which came with this distribution.
- hasMoreElements()
-
- nextElement()
-
hasMoreElements
public abstract boolean hasMoreElements();
nextElement
public abstract A nextElement();
[all packages]
[package net.sf.pizzacompiler.util]
[class hierarchy]
[index]
net.sf.pizzacompiler.util.Enumeration.html