public static final class ContextUtil.ListEnumeration extends Object implements NamingEnumeration<NameClassPair>
| Constructor and Description |
|---|
ContextUtil.ListEnumeration(Map localBindings) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasMore() |
boolean |
hasMoreElements() |
NameClassPair |
next() |
NameClassPair |
nextElement() |
public ContextUtil.ListEnumeration(Map localBindings)
public boolean hasMore()
hasMore in interface NamingEnumeration<NameClassPair>public boolean hasMoreElements()
hasMoreElements in interface Enumeration<NameClassPair>public NameClassPair next()
next in interface NamingEnumeration<NameClassPair>public NameClassPair nextElement()
nextElement in interface Enumeration<NameClassPair>public void close()
close in interface NamingEnumeration<NameClassPair>Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.