public class NullEnumeration extends Object implements Enumeration
Modifier and Type | Method and Description |
---|---|
static NullEnumeration |
getInstance() |
boolean |
hasMoreElements() |
Object |
nextElement() |
public static NullEnumeration getInstance()
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
Copyright © 1999–2023 QOS.CH Sarl (Switzerland). All rights reserved.