ch.bind.philib.util
public final class LimitedConcurrentQueue<T> extends Object
LimitedConcurrentQueue(int limit)
int
getLimit()
boolean
offer(T value)
T
poll()
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LimitedConcurrentQueue(int limit)
public T poll()
public boolean offer(T value)
public int size()
public int getLimit()
Copyright © 2013. All Rights Reserved.