org.apache.xbean.naming.context
Class ContextUtil.ListBindingEnumeration
java.lang.Object
org.apache.xbean.naming.context.ContextUtil.ListBindingEnumeration
- All Implemented Interfaces:
- Enumeration, NamingEnumeration
- Enclosing class:
- ContextUtil
public static final class ContextUtil.ListBindingEnumeration
- extends Object
- implements NamingEnumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextUtil.ListBindingEnumeration
public ContextUtil.ListBindingEnumeration(Map localBindings)
hasMore
public boolean hasMore()
- Specified by:
hasMore
in interface NamingEnumeration
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
next
public Object next()
- Specified by:
next
in interface NamingEnumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
close
public void close()
- Specified by:
close
in interface NamingEnumeration
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.