story.dbcore.links
Class NodeList.NodeListValueEnumeration

java.lang.Object
  extended by story.dbcore.links.NodeList.NodeListValueEnumeration
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
NodeList

public class NodeList.NodeListValueEnumeration
extends java.lang.Object
implements java.util.Enumeration

Small class that implements an Enumeration over a single value.


Constructor Summary
NodeList.NodeListValueEnumeration()
           
 
Method Summary
 boolean hasMoreElements()
           
 LabelAddressList nextElement()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeList.NodeListValueEnumeration

public NodeList.NodeListValueEnumeration()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public LabelAddressList nextElement()
                             throws java.util.NoSuchElementException
Specified by:
nextElement in interface java.util.Enumeration
Throws:
java.util.NoSuchElementException


Copyright © 2011 David K. Elson. All Rights Reserved.