org.lsst.ccs.utilities.dsp
Class DelayQueue

java.lang.Object
  extended by org.lsst.ccs.utilities.dsp.DelayQueue

public class DelayQueue
extends Object

Author:
aubourg

Constructor Summary
DelayQueue(int delay)
           
 
Method Summary
 Object push(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelayQueue

public DelayQueue(int delay)
Method Detail

push

public Object push(Object o)


Copyright © 2013 LSST. All Rights Reserved.