com.softsynth.shared.time
Class ScheduledQueue

java.lang.Object
  extended by com.softsynth.shared.time.ScheduledQueue

public class ScheduledQueue
extends java.lang.Object


Constructor Summary
ScheduledQueue()
           
 
Method Summary
 void add(TimeStamp time, java.lang.Object obj)
           
 TimeStamp getNextTime()
           
 boolean isEmpty()
           
 java.lang.Object removeNext(TimeStamp time)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduledQueue

public ScheduledQueue()
Method Detail

isEmpty

public boolean isEmpty()

add

public void add(TimeStamp time,
                java.lang.Object obj)

removeNext

public java.lang.Object removeNext(TimeStamp time)

getNextTime

public TimeStamp getNextTime()