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 Enumerationpublic Object nextElement()
nextElement in interface Enumerationpublic boolean hasMore()
hasMore in interface NamingEnumerationpublic Object next()
next in interface NamingEnumerationpublic void close()
close in interface NamingEnumerationCopyright © 2016 JBoss by Red Hat. All rights reserved.