story.scheherazade.misc
Class ConditionTypeSet

java.lang.Object
  extended by story.scheherazade.misc.ConditionTypeSet
All Implemented Interfaces:
ScheherIDSet

public class ConditionTypeSet
extends java.lang.Object
implements ScheherIDSet

A set of ConditionTypes


Constructor Summary
ConditionTypeSet()
           
 
Method Summary
 void add(ConditionType name)
           
 java.util.Iterator iterator()
           
 int size()
           
 java.util.Iterator sortedIterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionTypeSet

public ConditionTypeSet()
Method Detail

add

public void add(ConditionType name)

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface ScheherIDSet

sortedIterator

public java.util.Iterator sortedIterator()

size

public int size()
Specified by:
size in interface ScheherIDSet


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