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
 boolean isEmpty()
           
 void put(E item)
           
 int size()
           
 E take()
           
 

Method Detail

put

void put(E item)
         throws InterruptedException
Throws:
InterruptedException

take

E take()
       throws InterruptedException
Throws:
InterruptedException

size

int size()

isEmpty

boolean isEmpty()


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.