public final class BlockingBoundedFIFO<T> extends Object
| Constructor and Description |
|---|
BlockingBoundedFIFO(int maxSize,
long timeout)
Constructor
|
public BlockingBoundedFIFO(int maxSize,
long timeout)
public void addLast(T value) throws WaitTimeoutException
WaitTimeoutExceptionpublic T removeFirst()
Copyright © 2019. All rights reserved.