public class EmptyEnumeration extends Object implements Enumeration<Object>
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
static <T> Enumeration<T> |
instance() |
Object |
nextElement() |
public static <T> Enumeration<T> instance()
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<Object>
public Object nextElement()
nextElement
in interface Enumeration<Object>
Copyright © 2016 JBoss by Red Hat. All rights reserved.