public class ConcurrentCyclicFIFO<E> extends Object
| Constructor and Description |
|---|
ConcurrentCyclicFIFO() |
public int size()
public boolean offer(E e)
public E take() throws InterruptedException
InterruptedExceptionpublic E poll()
public void clear()
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.