story.scheherazade.misc
Class ModifierTypeSet

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

public class ModifierTypeSet
extends java.lang.Object
implements ScheherIDSet

A set of ModifierTypes


Constructor Summary
ModifierTypeSet()
           
 
Method Summary
 void add(ModifierType 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

ModifierTypeSet

public ModifierTypeSet()
Method Detail

add

public void add(ModifierType 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.