public class DeltaQueue<T> extends Object
Constructor and Description |
---|
DeltaQueue() |
public boolean isEmpty()
public boolean isNotEmpty()
public T next()
public long delay()
public long delay(T element)
public void add(long delay, T value)
public long tick(long timeUnits)
public T pop()
public boolean remove(T element)
Copyright © 2003–2018 jMock. All rights reserved.