public class NamingEnumerationImpl extends Object implements NamingEnumeration
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasMore() |
boolean |
hasMoreElements() |
Object |
next() |
Object |
nextElement() |
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
public boolean hasMore()
hasMore
in interface NamingEnumeration
public Object next()
next
in interface NamingEnumeration
public void close()
close
in interface NamingEnumeration
Copyright © 2019 JBoss by Red Hat. All rights reserved.