E - 放入队列的实例public class AppExecutorServiceQueue<E> extends ArrayBlockingQueue<E>
| 构造器和说明 |
|---|
AppExecutorServiceQueue(int capacity) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
offer(E e) |
add, clear, contains, drainTo, drainTo, iterator, offer, peek, poll, poll, put, remainingCapacity, remove, size, spliterator, take, toArray, toArray, toStringaddAll, element, removecontainsAll, isEmpty, removeAll, retainAllclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, streampublic boolean offer(E e)
offer 在接口中 BlockingQueue<E>offer 在接口中 Queue<E>offer 在类中 ArrayBlockingQueue<E>Copyright © 2016 jiucai.org. All rights reserved.