public interface SimpleBlockingQueue<E>
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty() |
void |
put(E item) |
int |
size() |
E |
take() |
void put(E item) throws InterruptedException
InterruptedException
E take() throws InterruptedException
InterruptedException
int size()
boolean isEmpty()
Copyright © 2000–2022 EPAM Systems. All rights reserved.