public class EmptyEnumeration extends Object implements Enumeration<Object>
public static <T> Enumeration<T> instance()
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<Object>
public Object nextElement()
nextElement
in interface Enumeration<Object>
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.