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, toString
addAll, element, remove
containsAll, isEmpty, removeAll, retainAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAll, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, stream
public boolean offer(E e)
offer
在接口中 BlockingQueue<E>
offer
在接口中 Queue<E>
offer
在类中 ArrayBlockingQueue<E>
Copyright © 2015 jiucai.org. All rights reserved.