Package com.epam.common.thread.queue
Interface SimpleBlockingQueue<E>
- All Known Implementing Classes:
BlockingQueueAdapter
,SynchronizeBlockingQueue
public interface SimpleBlockingQueue<E>
User: Mykhailo_Sereda
Date: 08.11.12
Time: 14:48
-
Method Summary
-
Method Details
-
put
- Throws:
InterruptedException
-
take
- Throws:
InterruptedException
-
size
int size() -
isEmpty
boolean isEmpty()
-