public class StandaloneQueue<V> extends java.util.concurrent.ConcurrentLinkedQueue<V> implements FineQueue<V>, StandaloneObject
StandaloneQueue()
add, addAll, contains, isEmpty, iterator, offer, peek, poll, remove, size, toArray, toArray
clear, element, remove
containsAll, removeAll, retainAll, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, element, offer, peek, poll, remove
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
public StandaloneQueue()