public class ResizableCapacityLinkedBlockIngQueue<E> extends LinkedBlockingQueue<E>
| 构造器和说明 |
|---|
ResizableCapacityLinkedBlockIngQueue(int capacity) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
setCapacity(Integer capacity) |
clear, contains, drainTo, drainTo, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, size, spliterator, take, toArray, toArray, toStringadd, addAll, element, removecontainsAll, isEmpty, removeAll, retainAllclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddaddAll, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, streampublic ResizableCapacityLinkedBlockIngQueue(int capacity)
public boolean setCapacity(Integer capacity)
Copyright © 2021. All rights reserved.