public class DeltaQueue<T>
extends Object
-
Nested Class Summary
Nested Classes
-
-
Constructor Summary
Constructors
-
Method Summary
void
long
long
boolean
boolean
boolean
long
-
-
Constructor Details
-
DeltaQueue
public DeltaQueue()
-
Method Details
-
isEmpty
public boolean isEmpty()
-
isNotEmpty
public boolean isNotEmpty()
-
-
delay
public long delay()
-
delay
public long delay(T element)
-
add
public void add(long delay,
T value)
-
tick
public long tick(long timeUnits)
-
-
remove
public boolean remove(T element)
-