public class DeltaQueue<T> extends Object
DeltaQueue()
void
add(long delay, T value)
long
delay()
boolean
isEmpty()
isNotEmpty()
T
next()
pop()
remove(T element)
tick(long timeUnits)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public DeltaQueue()
public boolean isEmpty()
public boolean isNotEmpty()
public T next()
public long delay()
public void add(long delay, T value)
public long tick(long timeUnits)
public T pop()
public boolean remove(T element)
public String toString()
toString
Object
Copyright © 2003–2016 jMock. All rights reserved.