|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleBlockingQueue<E>
User: Mykhailo_Sereda Date: 08.11.12 Time: 14:48
Method Summary | |
---|---|
boolean |
isEmpty()
|
void |
put(E item)
|
int |
size()
|
E |
take()
|
Method Detail |
---|
void put(E item) throws InterruptedException
InterruptedException
E take() throws InterruptedException
InterruptedException
int size()
boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |