org.apache.xbean.naming.context
Class ContextUtil.ListEnumeration

java.lang.Object
  extended by org.apache.xbean.naming.context.ContextUtil.ListEnumeration
All Implemented Interfaces:
Enumeration, NamingEnumeration
Enclosing class:
ContextUtil

public static final class ContextUtil.ListEnumeration
extends Object
implements NamingEnumeration


Constructor Summary
ContextUtil.ListEnumeration(Map localBindings)
           
 
Method Summary
 void close()
           
 boolean hasMore()
           
 boolean hasMoreElements()
           
 Object next()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextUtil.ListEnumeration

public ContextUtil.ListEnumeration(Map localBindings)
Method Detail

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-2009 Apache Software Foundation. All Rights Reserved.