public class NamingEnumerationImpl extends Object implements NamingEnumeration<Object>
| Constructor and Description |
|---|
NamingEnumerationImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasMore() |
boolean |
hasMoreElements() |
Object |
next() |
Object |
nextElement() |
public void close()
throws NamingException
close in interface NamingEnumeration<Object>NamingExceptionpublic boolean hasMore()
throws NamingException
hasMore in interface NamingEnumeration<Object>NamingExceptionpublic Object next() throws NamingException
next in interface NamingEnumeration<Object>NamingExceptionpublic boolean hasMoreElements()
hasMoreElements in interface Enumeration<Object>public Object nextElement()
nextElement in interface Enumeration<Object>Copyright © 2002–2019 Starter Inc.. All rights reserved.