public interface ITimestampedQueue<T> extends IQueue<T>
| Modifier and Type | Method and Description |
|---|---|
long |
getLastGetTimestamp()
Returns the time of the last get.
|
long |
getLastPutTimestamp()
Returns the time of the last put.
|
addListener, getElementCount, hasElements, nextElement, putElement, removeListener, sizeCopyright © 2010-2014 anotheria.net. All Rights Reserved.