IAxon.AxonException| Constructor and Description |
|---|
Hippo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
async_push(T x) |
void |
CloseForced() |
void |
CloseWhenEmpty() |
T |
getCache() |
boolean |
isClosed() |
boolean |
isEmpty() |
java.util.Iterator<T> |
iterator() |
boolean |
offer(T arg0) |
T |
peek() |
T |
poll() |
IAxon<T> |
reset() |
boolean |
setSize(int size) |
int |
size() |
T |
sync_peek() |
T |
sync_pop() |
boolean |
sync_push(T x) |
contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toStringpublic T sync_pop() throws java.lang.InterruptedException
public boolean async_push(T x)
async_push in interface IAxon<T>public int size()
public boolean isEmpty()
public void CloseWhenEmpty()
CloseWhenEmpty in interface IAxon<T>public void CloseForced()
CloseForced in interface IAxon<T>public T sync_peek() throws java.lang.InterruptedException
public java.util.Iterator<T> iterator()