public class BlockingQueues
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BlockingQueues.Sync<T> |
Constructor and Description |
---|
BlockingQueues() |
Modifier and Type | Method and Description |
---|---|
static <T> java.util.concurrent.BlockingQueue<T> |
newBlockingQueue() |
static <T> java.util.concurrent.BlockingQueue<T> |
newBlockingQueue(int capacity) |
Copyright © 2009-2022 The Apache Software Foundation