story.scheherazade.misc
Class TimelineIDSet

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

public class TimelineIDSet
extends java.lang.Object
implements ScheherIDSet

A set of TimelineIDs


Constructor Summary
TimelineIDSet()
           
 
Method Summary
 void add(TimelineID id)
           
 java.util.Iterator alphabeticIterator()
           
 java.util.Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimelineIDSet

public TimelineIDSet()
Method Detail

add

public void add(TimelineID id)

iterator

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

alphabeticIterator

public java.util.Iterator alphabeticIterator()

size

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


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