| Package | Description |
|---|---|
| com.sun.xml.ws.transport.tcp.connectioncache.impl.concurrent | |
| com.sun.xml.ws.transport.tcp.connectioncache.spi.concurrent |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentQueue.Handle<V> |
ConcurrentQueueNonBlockingImpl.offer(V arg)
Add a new element to the tail of the queue.
|
ConcurrentQueue.Handle<V> |
ConcurrentQueueBlockingImpl.offer(V arg)
Add a new element to the tail of the queue.
|
ConcurrentQueue.Handle<V> |
ConcurrentQueueImpl.offer(V arg)
Add a new element to the tail of the queue.
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrentQueue.Handle<V> |
ConcurrentQueue.offer(V arg)
Add a new element to the tail of the queue.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.