story.dbcore.nodes
Class NodeTypeSet

java.lang.Object
  extended by story.dbcore.nodes.NodeTypeSet

public class NodeTypeSet
extends java.lang.Object

A light wrapper for HashSet that only lets NodeTypes in and out.


Constructor Summary
NodeTypeSet()
           
 
Method Summary
 void add(NodeType type)
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeTypeSet

public NodeTypeSet()
Method Detail

add

public void add(NodeType type)

iterator

public java.util.Iterator iterator()


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