story.dbcore.links
Class NodeList
java.lang.Object
story.dbcore.links.NodeList
public class NodeList
- extends java.lang.Object
A replacement for Hashtable for use in RelatedNodes that saves
space by only actually using a hash table if N is more than 1.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeList
public NodeList()
containsKey
public boolean containsKey(GenericNode node)
get
public LabelAddressList get(GenericNode node)
throws Scheherexception
- Throws:
Scheherexception
elements
public java.util.Enumeration<LabelAddressList> elements()
keys
public java.util.Enumeration<GenericNode> keys()
size
public int size()
clear
public void clear()
put
public void put(GenericNode node,
LabelAddressList value)
remove
public LabelAddressList remove(GenericNode node)
Copyright © 2011 David K. Elson. All Rights Reserved.