public class Wait<K,V>
extends java.lang.Object
| Constructor and Description |
|---|
Wait() |
| Modifier and Type | Method and Description |
|---|---|
void |
extendExpiration(K key,
long time) |
void |
newEntry(K key,
long expired) |
void |
newEntry(K key,
java.lang.Object userData,
long expired) |
void |
offer(K key,
V value) |
V |
peek(K key) |
<T> T |
peekUserData(K key) |
V |
poll(K key,
long timeout) |
V |
remove(K key) |