Package Summary Overview Summary |
class:SynchronousQueue [CHANGED] |
||||
|
constructor:SynchronousQueue() [NONE] |
|
|
method:put(E) [NONE] |
|
|
method:offer(E, long, java.util.concurrent.TimeUnit) [NONE] |
|
|
method:offer(E) [NONE] |
|
|
method:take() [NONE] |
|
|
method:poll(long, java.util.concurrent.TimeUnit) [NONE] |
|
|
method:poll() [NONE] |
|
|
method:isEmpty() [NONE] |
|
|
method:size() [NONE] |
|
|
method:remainingCapacity() [NONE] |
|
|
method:clear() [NONE] |
|
|
method:contains(java.lang.Object) [CHANGED] |
||||
|
method:remove(java.lang.Object) [CHANGED] |
||||
|
method:containsAll(java.util.Collection) [NONE] |
|
|
method:removeAll(java.util.Collection) [NONE] |
|
|
method:retainAll(java.util.Collection) [NONE] |
|
|
method:peek() [NONE] |
|
|
method:iterator() [CHANGED] |
||||
|
method:spliterator() [CHANGED] |
||||
|
method:toArray() [NONE] |
|
|
method:toArray(T[]) [CHANGED] |
||||
|
method:toString() [ADDED] |
|
|
method:drainTo(java.util.Collection) [NONE] |
|
|
method:drainTo(java.util.Collection, int) [NONE] |
|
|
© 2017 Oracle Corporation and/or its affiliates