story.dbcore.links
Class NodeList.NodeListKeyEnumeration

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

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

Small class that implements an Enumeration over a single key.


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

Constructor Detail

NodeList.NodeListKeyEnumeration

public NodeList.NodeListKeyEnumeration()
Method Detail

hasMoreElements

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

nextElement

public GenericNode 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.