Class DeltaQueue<T>
java.lang.Object
org.jmock.lib.concurrent.internal.DeltaQueue<T>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
head
-
-
Constructor Details
-
DeltaQueue
public DeltaQueue()
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
isNotEmpty
public boolean isNotEmpty() -
next
-
delay
public long delay() -
delay
-
add
-
tick
public long tick(long timeUnits) -
pop
-
remove
-
toString
-