[all packages] [package gj.util] [class hierarchy] [index]

pure interface of interface gj.util.Enumeration<A>

The documentated page.
public interface Enumeration<A>
{
    public abstract boolean hasMoreElements();
    public abstract A nextElement();
}

[all packages] [package gj.util] [class hierarchy] [index]
gj.util.Enumeration.interface.html