Deprecated API


Contents
Deprecated Methods
pt.queues.FifoLifoQueue.add(E)
          If the calling thread already has a local queue, or the calling thread is registered as a worker thread, then this call is equivalent to FifoLifoQueue.addLocal(Object). Otherwise, the call is equivalent to FifoLifoQueue.addGlobal(Object). It is therefore recommended to explicitly use FifoLifoQueue.addLocal(Object) or FifoLifoQueue.addGlobal(Object) to ensure the correct intention is performed.