public final class NullEnumeration extends Object implements Enumeration
Constructor and Description |
---|
NullEnumeration() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
static NullEnumeration |
instance() |
Object |
nextElement() |
public static final NullEnumeration instance()
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
Copyright © 2021 The Apache Software Foundation. All rights reserved.