[all packages] [package gj.util] [class hierarchy] [index]
public interface Enumeration<A> { public abstract boolean hasMoreElements(); public abstract A nextElement(); }