public interface EzySessionTicketsQueue
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(EzySession session) |
void |
clear() |
boolean |
isEmpty() |
int |
size() |
<T extends EzySession> |
take() |
int size()
void clear()
boolean isEmpty()
boolean add(EzySession session)
<T extends EzySession> T take() throws InterruptedException
InterruptedExceptionCopyright © 2021 Young Monkeys. All rights reserved.