java.io.Serializable, java.lang.Iterable<E>, java.util.Collection<E>, java.util.concurrent.BlockingQueue<E>, java.util.Queue<E>protected static class CMThreadPoolExecutor.CMArrayBlockingQueue<E>
extends java.util.concurrent.ArrayBlockingQueue<E>
| Modifier and Type | Field | Description | 
|---|---|---|
| CMThreadPoolExecutor | executor | 
| Constructor | Description | 
|---|---|
| CMArrayBlockingQueue(int capacity) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | offer(E o) | 
add, clear, contains, drainTo, drainTo, forEach, iterator, offer, peek, poll, poll, put, remainingCapacity, remove, removeAll, removeIf, retainAll, size, spliterator, take, toArray, toArray, toStringaddAll, containsAll, equals, hashCode, isEmpty, parallelStream, streampublic CMThreadPoolExecutor executor